[TASK] add opacity disabled select

This commit is contained in:
Marie Birner 2025-05-03 14:42:43 +02:00
parent f374016207
commit ffe1745b65

View File

@ -5,7 +5,8 @@
.input-group { .input-group {
@apply flex; @apply flex;
input[readonly] { input[readonly],
select[disabled] {
opacity: .7; opacity: .7;
} }