Skip to content

Commit

Permalink
Merge pull request #70 from prudho/fix-6491
Browse files Browse the repository at this point in the history
Fix the dropdown pointer that still remains after dropdown menu is collapsed
  • Loading branch information
Sean authored Jul 24, 2018
2 parents ae8d89c + 37b1919 commit f54b036
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 @@ -1243,7 +1243,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 @@ -1258,7 +1258,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 f54b036

Please sign in to comment.