mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Merge pull request #11551 from masterbee/outlinetweak
removed color treatment of outline for easier integration
This commit is contained in:
commit
ec9d4708d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue