From f3e3d8503e5f47075cc6fecc4f07b9e1d108719b Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 18 Jul 2015 19:27:03 +0200 Subject: column-header fixes --- common/gtk-3.0/3.14/sass/_common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.14/sass') diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index adafd37..90351b7 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -1438,7 +1438,8 @@ column-header.button.dnd { // for treeview-like derive widgets transparentize(if($variant == 'light', black, white), 0.89) 80%, transparentize(if($variant == 'light', black, white), 1) 80%) 0 1 0 0 / 0 1px 0 0 stretch; - &:active { background-color: $base_color; } + &:active, &:hover { background-color: $base_color; } + &:active:hover { color: $fg_color; } &:insensitive { border-color: $bg_color; background-image: none; -- cgit v1.2.3