mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added bootstap and testing carousel
This commit is contained in:
9
_sass/bootstrap/mixins/_tab-focus.scss
Normal file
9
_sass/bootstrap/mixins/_tab-focus.scss
Normal file
@ -0,0 +1,9 @@
|
||||
// WebKit-style focus
|
||||
|
||||
@mixin tab-focus() {
|
||||
// Default
|
||||
outline: thin dotted;
|
||||
// WebKit
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
Reference in New Issue
Block a user