fix selector colors

This commit is contained in:
Alex Turchyn
2024-10-10 19:49:31 +03:00
committed by Oleksandr Turchyn
parent c258915031
commit 77261f457c
6 changed files with 18 additions and 9 deletions
-4
View File
@@ -130,7 +130,3 @@ button[disabled] .enabled {
outline-offset: 3px;
outline-color: hsl(var(--bc) / 0.2);
}
select:required:invalid {
color: gray !important;
}