deploy prep

This commit is contained in:
Kiritan Flux 2017-01-22 20:54:42 +01:00
parent 4dfa1baed3
commit 06becf58e7
135 changed files with 4126 additions and 914 deletions

View file

@ -1,9 +1,9 @@
// WebKit-style focus
.tab-focus() {
// Default
outline: thin dotted;
// WebKit
// WebKit-specific. Other browsers will keep their default outline style.
// (Initially tried to also force default via `outline: initial`,
// but that seems to erroneously remove the outline in Firefox altogether.)
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}