We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea67ec1 commit aef5b17Copy full SHA for aef5b17
src/components/Select.module.css
@@ -82,19 +82,16 @@
82
padding-top: 0;
83
}
84
85
-.select :global(.rs__placeholder) {
86
- color: var(--text-color);
87
- filter: opacity(60%);
88
-}
+.select {
+ & :global(.rs__placeholder) {
+ color: var(--text-color);
+ filter: opacity(60%);
89
+ }
90
-.select :global(.rs__single-value) {
91
92
93
-.select :global(.rs__input) {
94
95
96
-.select :global(.rs__input-container) {
97
+ & :global(.rs__single-value),
+ & :global(.rs__input-container) {
98
99
100
.itemSpacer {
0 commit comments