7 lines
87 B
Plaintext
Raw Normal View History

2017-04-12 00:04:27 -05:00
// WebKit-style focus
.tab-focus() {
outline: thin dotted;
outline-offset: 3px;
}