From f073c56bfc65347ef99108a9cbffd4eb8a59ed22 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 16 Jul 2015 15:59:59 +0200 Subject: fix infobar buttons --- common/gtk-3.0/3.16/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/_common.scss') diff --git a/common/gtk-3.0/3.16/_common.scss b/common/gtk-3.0/3.16/_common.scss index 249300d..c1c2057 100644 --- a/common/gtk-3.0/3.16/_common.scss +++ b/common/gtk-3.0/3.16/_common.scss @@ -2577,7 +2577,7 @@ GtkInfoBar { background-color: transparentize($selected_fg_color, 0.8); border-color: transparentize($selected_fg_color, 0.2); } - &:active, &:checked { + &:active, &:active:hover, &:checked { color: $selected_bg_color; outline-color: transparentize($selected_bg_color, 0.7); background-color: $selected_fg_color; -- cgit v1.2.3