fix: restore old select selectors for label to still support the temp design select
deprecated the temp design select in favor of the new one
This commit is contained in:
@@ -82,3 +82,17 @@ textarea:disabled {
|
||||
margin-bottom: var(--Space-x05);
|
||||
}
|
||||
}
|
||||
|
||||
/* Legacy selector for deprecated select component */
|
||||
:global(.select-container)[data-disabled] .label {
|
||||
color: var(--Text-Interactive-Disabled);
|
||||
}
|
||||
|
||||
:global(.select-button) .label {
|
||||
order: unset;
|
||||
}
|
||||
|
||||
:global(.select-container)[data-open='true'] .label:not(.discreet),
|
||||
:global(.react-aria-SelectValue):has(:nth-child(2)) .label:not(.discreet) {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user