Skip to content

Commit

Permalink
style: fix floating menu active state
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 7, 2021
1 parent 639ff65 commit 2806b07
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/lib/modules/menu/bubble/bubble.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 2806b07

Please sign in to comment.