aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/sass
diff options
context:
space:
mode:
authorHorst31802015-09-11 22:08:41 +0200
committerHorst31802015-09-11 22:08:41 +0200
commit12f6457901bafaef767bf60cd86d74ae583ca4ac (patch)
tree19953e670d6030b3c341e0a967f15fdce4d47447 /common/gtk-3.0/3.14/sass
parent200498e4ecc6877d6d70ac0784b0862e67840988 (diff)
downloadsolarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.tar.gz
solarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.tar.xz
solarc-theme-12f6457901bafaef767bf60cd86d74ae583ca4ac.zip
fix flat button transition
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index eda6e01..6a7ed8a 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -398,7 +398,8 @@ $_dot_color: $selected_bg_color;
&.flat {
@include button(undecorated);
- background-color: transparentize($bg_color, 1);
+ background-color: transparentize($button_bg, 1);
+ border-color: transparentize($button_border, 1);
// to avoid adiacent buttons borders clashing when transitioning, the transition on the normal state is set
// to none, while it's added back in the hover state, so the button decoration will fade in on hover, but
// it won't fade out when the pointer leave the button allocation area. To make the transition more evident