Skip to content

Commit

Permalink
Fix the dropdown pointer that still remains after dropdown menu is co…
Browse files Browse the repository at this point in the history
…llapsed
  • Loading branch information
prudho committed Jul 24, 2018
1 parent 9fbe47b commit 37b1919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ select.ui.dropdown {
border-radius: @pointingMenuBorderRadius;
}

.ui.pointing.dropdown > .menu:after {
.ui.pointing.dropdown > .menu:not(.hidden):after {
display: block;
position: absolute;
pointer-events: none;
Expand All @@ -1254,7 +1254,7 @@ select.ui.dropdown {
z-index: @pointingArrowZIndex;
}

.ui.pointing.dropdown > .menu:after {
.ui.pointing.dropdown > .menu:not(.hidden):after {
top: @pointingArrowOffset;
left: 50%;
margin: 0em 0em 0em @pointingArrowOffset;
Expand Down

0 comments on commit 37b1919

Please sign in to comment.