mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
style: make focus invisible on popup wrappers
This commit is contained in:
parent
5439d3966f
commit
ff31b17687
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
}
|
||||
|
||||
#customTextPopupWrapper {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue