2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #11551 from masterbee/outlinetweak

removed color treatment of outline for easier integration
This commit is contained in:
Mark Otto
2013-11-28 12:31:18 -08:00
+2 -2
View File
@@ -30,8 +30,8 @@
// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted #333;
// WebKit
outline: thin dotted;
//Webkit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}