Skip to content

Commit

Permalink
Fix Semantic-Org#3486: Pointing tip in inverted pointing menu should …
Browse files Browse the repository at this point in the history
…reflect color of item.
  • Loading branch information
Yasuhiro TATSUNO committed Feb 25, 2018
1 parent 9ef4388 commit 125648e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions src/definitions/collections/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -1844,6 +1844,42 @@ Floated Menu / Item
background-color: @arrowVerticalSubMenuColor;
}

.ui.inverted.pointing.menu .red.active.item:after {
background-color: @red !important;
}
.ui.inverted.pointing.menu .orange.active.item:after {
background-color: @orange !important;
}
.ui.inverted.pointing.menu .yellow.active.item:after {
background-color: @yellow !important;
}
.ui.inverted.pointing.menu .olive.active.item:after {
background-color: @olive !important;
}
.ui.inverted.pointing.menu .green.active.item:after {
background-color: @green !important;
}
.ui.inverted.pointing.menu .teal.active.item:after {
background-color: @teal !important;
}
.ui.inverted.pointing.menu .blue.active.item:after {
background-color: @blue !important;
}
.ui.inverted.pointing.menu .violet.active.item:after {
background-color: @violet !important;
}
.ui.inverted.pointing.menu .purple.active.item:after {
background-color: @purple !important;
}
.ui.inverted.pointing.menu .pink.active.item:after {
background-color: @pink !important;
}
.ui.inverted.pointing.menu .brown.active.item:after {
background-color: @brown !important;
}
.ui.inverted.pointing.menu .grey.active.item:after {
background-color: @grey !important;
}


/*--------------
Expand Down

0 comments on commit 125648e

Please sign in to comment.