Skip to content

Commit 045cf5a

Browse files
committed
Merge pull request salesforce-ux#125 from danilobrinu/winter-16
Fixed dropdown
2 parents 456d8fd + c2cc8a2 commit 045cf5a

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)