From 125648e0fc44d279969d47a0e1535c6132f2a80a Mon Sep 17 00:00:00 2001 From: Yasuhiro TATSUNO Date: Sun, 25 Feb 2018 12:41:04 +0900 Subject: [PATCH] Fix #3486: Pointing tip in inverted pointing menu should reflect color of item. --- src/definitions/collections/menu.less | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index dff7744fb8..4ffa511ae3 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -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; +} /*--------------