Skip to content

Commit c2cc8a2

Browse files
committed
Fixed dropdown
This fixed dropdown when using .slds-dropdown-trigger--click, if .slds-is-open exists the correct css is: &.#{$css-prefix}is-open .#{$css-prefix}dropdown { display: block; visibility: visible; opacity: 1; }
1 parent 0c21552 commit c2cc8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/menus/flavors/dropdown/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
display: none;
225225
}
226226

227-
&.#{$css-prefix}is-open {
227+
&.#{$css-prefix}is-open .#{$css-prefix}dropdown {
228228
display: block;
229229
visibility: visible;
230230
opacity: 1;

0 commit comments

Comments
 (0)