From a68987ad7d8eeea4de5e813a0c9e0703d05b65a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 9 Jul 2015 14:20:47 +0200 Subject: fix background-clip on buttons and entries --- common/gtk-3.0/3.14/_common.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.14/_common.scss') diff --git a/common/gtk-3.0/3.14/_common.scss b/common/gtk-3.0/3.14/_common.scss index be91dfb..98520ff 100644 --- a/common/gtk-3.0/3.14/_common.scss +++ b/common/gtk-3.0/3.14/_common.scss @@ -232,7 +232,10 @@ GtkFlowBox .grid-child { border-radius: 0; } - &:focus { @include entry(focus); } + &:focus { + background-clip: border-box; + @include entry(focus); + } &:insensitive { @include entry(insensitive); } @@ -410,6 +413,7 @@ $_dot_color: $selected_bg_color; -gtk-image-effect: highlight; } &:active, &:checked { + background-clip: border-box; @include button(active); transition-duration: 50ms; } -- cgit v1.2.3