Fix focus ring styling

This commit is contained in:
Robert Long 2021-12-10 13:06:16 -08:00
commit 12cc844758
2 changed files with 24 additions and 1 deletions

3
src/App.module.css Normal file
View file

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