Fix focus ring styling

This commit is contained in:
Robert Long
2021-12-10 13:06:16 -08:00
parent 412d9258e9
commit 12cc844758
2 changed files with 24 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
.hideFocus * {
outline: none;
}