mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
style: remove focus indicator from the commandline
This commit is contained in:
parent
bc69fde4dc
commit
4144c7089a
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,9 @@
|
|||
font-size: 1rem;
|
||||
width: 100%;
|
||||
border-radius: var(--roundness);
|
||||
&:focus-visible {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.shiftEnter {
|
||||
|
|
@ -62,6 +65,9 @@
|
|||
font-size: 1rem;
|
||||
width: 100%;
|
||||
border-radius: var(--roundness);
|
||||
&:focus-visible {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.separator {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue