Commit 9d485db7 authored by Mark Otto's avatar Mark Otto

run grunt after last merge

parent ec9d4708
...@@ -333,7 +333,7 @@ a:focus { ...@@ -333,7 +333,7 @@ a:focus {
} }
a:focus { a:focus {
outline: thin dotted #333; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
...@@ -1902,7 +1902,7 @@ select optgroup { ...@@ -1902,7 +1902,7 @@ select optgroup {
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
outline: thin dotted #333; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
...@@ -2257,7 +2257,7 @@ textarea.input-lg { ...@@ -2257,7 +2257,7 @@ textarea.input-lg {
} }
.btn:focus { .btn:focus {
outline: thin dotted #333; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment