fix (css): more consistency in input fields

This commit is contained in:
Mickael Kerjean 2022-11-26 00:50:07 +11:00
parent 32fe6a8674
commit 2fa1091985

View file

@ -108,7 +108,7 @@
background: var(--dark);
color: var(--light);
}
&:hover, &:focus {
&:not([readonly]):hover, &:not([readonly])focus {
background: rgba(0,0,0,0.07);
}
}