diff options
Diffstat (limited to 'common/gtk-3.0/3.14/_common.scss')
-rw-r--r-- | common/gtk-3.0/3.14/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.14/_common.scss b/common/gtk-3.0/3.14/_common.scss index 8884b4d..2d1558a 100644 --- a/common/gtk-3.0/3.14/_common.scss +++ b/common/gtk-3.0/3.14/_common.scss @@ -504,6 +504,7 @@ $_dot_color: $selected_bg_color; @each $b_type, $b_color in (suggested-action, $suggested_color), (destructive-action, $destructive_color) { &.#{$b_type} { + background-clip: border-box; color: $selected_fg_color; border-color: $b_color; background-color: $b_color; |