Commit c2cc8a2
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 changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments