| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index 586eef8a472c3ea73fac1a12bb94b0c504f501f1..a77b7eb5f163d799ce704fc24e50629079891a1b 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -969,7 +969,7 @@ nobr {
|
| }
|
|
|
| /* Read-only text fields do not show a focus ring but do still receive focus */
|
| -html:focus, body:focus, input[readonly]:focus {
|
| +html:focus, body:focus, dialog:focus, input[readonly]:focus {
|
| outline: none
|
| }
|
|
|
|
|