Skip to content

Commit

Permalink
fix(gtk320: button: backdrop): fix button fg color in backdrop-suppor…
Browse files Browse the repository at this point in the history
…ted environments (tested on Weston)
  • Loading branch information
actionless committed Apr 27, 2020
1 parent dc0f06b commit 0182c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gtk-3.20/scss/widgets/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ $button_sidepadding: $spacing + ($roundness / 14px * if($spacing > 0, $spacing,
color: alpha($selected_fg_color, .85);
}
}

&:backdrop { color: mix($button_fg_color, $backdrop_fg_color, .8); }
}

&.separator, .separator {
Expand Down

0 comments on commit 0182c14

Please sign in to comment.