Skip to content

Commit

Permalink
#4211 - Fix left pointing menu to swap sides with leftward
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jul 11, 2017
1 parent b13bef1 commit 9425380
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,19 @@ select.ui.dropdown {
margin: 0em 0em 0em 0em;
transform: rotate(-45deg);
}
.ui.left.pointing.dropdown > .left.menu {
left: auto !important;
right: 100% !important;
margin: 0em @pointingArrowDistanceFromEdge 0em 0em;
}
.ui.left.pointing.dropdown > .left.menu:after {
top: 1em;
left: auto;
right: @pointingArrowOffset;
margin: 0em 0em 0em 0em;
transform: rotate(135deg);
}


/* Right Pointing */
.ui.right.pointing.dropdown > .menu {
Expand Down

0 comments on commit 9425380

Please sign in to comment.