bootstrap frontend upgraded

This commit is contained in:
Alan Hamlett
2021-01-11 09:33:54 -08:00
parent 150c52668c
commit 389b0e08e5
9 changed files with 13 additions and 13 deletions

View File

@@ -1,9 +1,9 @@
// WebKit-style focus
.tab-focus() {
// 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.)
// Default
outline: thin dotted;
// WebKit
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}