Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1 |
espaco |
1 |
// WebKit-style focus |
|
|
2 |
|
|
|
3 |
@mixin tab-focus() { |
|
|
4 |
// Default |
|
|
5 |
outline: thin dotted; |
|
|
6 |
// WebKit |
|
|
7 |
outline: 5px auto -webkit-focus-ring-color; |
|
|
8 |
outline-offset: -2px; |
|
|
9 |
} |