0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

removed color treatment of outline

This commit is contained in:
Mario Bonito 2013-11-19 22:24:26 -05:00
parent 2172e2ea8a
commit 55af003669

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;
}