no background for readonly focused editable-text (#4792)

Fixes: #4789
This commit is contained in:
abaevbog 2024-10-29 03:45:23 -07:00 committed by GitHub
parent 00b2978c8b
commit 10ed78212b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ editable-text {
box-shadow: 0 0 0 1px var(--fill-quinary);
}
&:focus {
&:focus:not(:read-only) {
background: var(--material-background);
}