Fix popovers buttons issue

This commit is contained in:
EliverLara
2019-04-01 12:45:03 -06:00
parent 48b4999205
commit 4820b93776
3 changed files with 12 additions and 1 deletions

View File

@@ -45,9 +45,12 @@ button {
&:hover {
transition: $button_transition;
transition-duration: 500ms;
&:active { transition: $button_transition; }
}
&.image-button:hover {
background-color: $selected_bg_color;
color: $selected_fg_color;
}
}
&:hover {