style: remove focus indicator from the commandline

This commit is contained in:
Miodec 2023-09-19 14:23:48 +01:00
parent bc69fde4dc
commit 4144c7089a

View file

@ -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 {