From 2806b0770972206571ccffd90287fdc41f9f626c Mon Sep 17 00:00:00 2001 From: sibiraj-s Date: Sun, 7 Feb 2021 10:41:27 +0530 Subject: [PATCH] style: fix floating menu active state --- .../modules/menu/bubble/bubble.component.scss | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/lib/modules/menu/bubble/bubble.component.scss b/src/lib/modules/menu/bubble/bubble.component.scss index 08fc9271..6172faa8 100644 --- a/src/lib/modules/menu/bubble/bubble.component.scss +++ b/src/lib/modules/menu/bubble/bubble.component.scss @@ -32,20 +32,12 @@ + .NgxBubbleMenu__Icon { margin-left: 0.3rem; } -} - -.NgxBubbleMenu__Icon--Active { - background-color: white; - - svg { - fill: black; - } - - &:hover { - background-color: #636262; + &.NgxBubbleMenu__Icon--Active { + background-color: white; + svg { - fill: white; + fill: black; } } }