Improve flat buttons style

This commit is contained in:
EliverLara
2020-01-02 12:40:24 -06:00
parent e92731b6c5
commit be6f4fb5a7
5 changed files with 53 additions and 94 deletions

View File

@@ -45,6 +45,7 @@ button {
&:hover {
transition: $button_transition;
transition-duration: 500ms;
@include button(hover,$selected_bg_color,$selected_fg_color);
&:active { transition: $button_transition; }
}
@@ -410,7 +411,7 @@ toolbar {
// needed since those are flat...
@include button(undecorated);
&:hover { color: $selected_bg_color; }
&:hover { color: $selected_fg_color; }
&:active,
&:checked{ color: darken($selected_bg_color, 5%); }