Fix focus ring styling
This commit is contained in:
parent
412d9258e9
commit
12cc844758
2 changed files with 24 additions and 1 deletions
3
src/App.module.css
Normal file
3
src/App.module.css
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.hideFocus * {
|
||||
outline: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue