Fix popovers buttons issue on backdrop state

This commit is contained in:
EliverLara
2019-06-12 13:56:32 -05:00
parent 0cd277545a
commit 0b3bb72b5d
3 changed files with 10 additions and 6 deletions

View File

@@ -48,8 +48,10 @@ button {
&:active { transition: $button_transition; }
}
&.image-button:hover {
background-color: $selected_bg_color;
color: $selected_fg_color;
&, &:backdrop {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
}
}