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 4b56f08e4189d7a5440d504fcb7298f8945ea67a..b4a0eea8ce3225f664d1b996c71dc434881f0b48 100644 |
--- a/third_party/WebKit/Source/core/css/html.css |
+++ b/third_party/WebKit/Source/core/css/html.css |
@@ -971,19 +971,19 @@ nobr { |
/* states */ |
-:focus { |
+:focus { |
skobes
2015/10/05 01:37:24
Since this file only has whitespace changes now, y
ymalik
2015/10/05 14:25:02
Done.
|
outline: auto 5px -webkit-focus-ring-color |
} |
/* 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, input[readonly]:focus { |
outline: none |
} |
embed:focus, iframe:focus, object:focus { |
outline: none |
} |
- |
+ |
input:focus, textarea:focus, keygen:focus, select:focus { |
outline-offset: -2px |
} |
@@ -1000,7 +1000,7 @@ input[type="submit" i]:focus, |
input[type="file" i]:focus::-webkit-file-upload-button { |
outline-offset: 0 |
} |
- |
+ |
a:-webkit-any-link { |
color: -webkit-link; |
text-decoration: underline; |