Commit ec9d4708 authored by Mark Otto's avatar Mark Otto

Merge pull request #11551 from masterbee/outlinetweak

removed color treatment of outline for easier integration
parents b7b72cc8 55af0036
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
// WebKit-style focus // WebKit-style focus
.tab-focus() { .tab-focus() {
// Default // Default
outline: thin dotted #333; outline: thin dotted;
// WebKit //Webkit
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
......
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