Fix input readonly accessibility

This commit is contained in:
Chocobozzz 2024-09-19 14:46:23 +02:00
parent d96ec7da71
commit 3bbc5d9066
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
}
&[readonly] {
opacity: 0.7;
color: pvar(--greyForegroundColor);
}
@media screen and (max-width: calc(#{$width} + 40px)) {