Skip to content

Commit 0104ee9

Browse files
authored
fix(scss notation): fix & notation for picklist (#5005)
1 parent 7c32daf commit 0104ee9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

ui/components/picklist/base/_deprecate.scss

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,25 +73,25 @@
7373
border-color: $color-border-input-disabled;
7474
}
7575
}
76+
}
7677

77-
/**
78-
* Resets explicit width on picklist to be fluid to its parent element
79-
*
80-
* @selector .slds-picklist_fluid
81-
* @restrict .slds-picklist
82-
* @modifier
83-
*/
84-
&_fluid,
85-
&--fluid {
86-
87-
.slds-picklist__input,
88-
.slds-picklist__label,
89-
.slds-dropdown,
90-
.slds-lookup {
91-
width: auto;
92-
min-width: 0;
93-
max-width: $size-small;
94-
}
78+
/**
79+
* Resets explicit width on picklist to be fluid to its parent element
80+
*
81+
* @selector .slds-picklist_fluid
82+
* @restrict .slds-picklist
83+
* @modifier
84+
*/
85+
.slds-picklist_fluid,
86+
.slds-picklist--fluid {
87+
88+
.slds-picklist__input,
89+
.slds-picklist__label,
90+
.slds-dropdown,
91+
.slds-lookup {
92+
width: auto;
93+
min-width: 0;
94+
max-width: $size-small;
9595
}
9696
}
9797

0 commit comments

Comments
 (0)