2017-04-12 00:04:27 -05:00

7 lines
87 B
Plaintext
Executable File

// WebKit-style focus
.tab-focus() {
outline: thin dotted;
outline-offset: 3px;
}