Skip to content

Commit aef2778

Browse files
authored
Merge pull request #3709 from JoinColony/fix/3227-multi-sig-setting-selects-missing-disabled-styling
Fix: Add disabled styling to multi-sig setting selects
2 parents c2fe4da + e7f241d commit aef2778

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/v5/common/Fields/Select/Select.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
@apply bg-transparent text-gray-300;
1515
}
1616

17+
.wrapper :global(.select__control--is-disabled .select__single-value) {
18+
@apply text-gray-300;
19+
}
20+
21+
.wrapper :global(.select__control--is-disabled .select__indicator) {
22+
@apply text-gray-300;
23+
}
24+
1725
.wrapper :global(.select__placeholder) {
1826
@apply font-normal text-gray-400;
1927
}

0 commit comments

Comments
 (0)