Fix focus styles

This commit is contained in:
Robert Long 2022-01-18 16:03:49 -08:00
commit abae58489c
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,3 @@
.hideFocus * {
outline: none;
outline: none !important;
}