mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-03-15 23:12:01 +01:00
Start again
This commit is contained in:
9
vendors/bootstrap/less/mixins/tab-focus.less
vendored
Normal file
9
vendors/bootstrap/less/mixins/tab-focus.less
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// WebKit-style focus
|
||||
|
||||
.tab-focus() {
|
||||
// Default
|
||||
outline: thin dotted;
|
||||
// WebKit
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
Reference in New Issue
Block a user