From 5c1681a6e750c9cabea7b993414b37ca07767d2e Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 14 Sep 2015 17:05:57 +0200 Subject: file chooser: make rows with popovers visible --- common/gtk-3.0/3.18/sass/_common.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/gtk-3.0/3.18/sass') diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index c24eee0..06a7c08 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2603,6 +2603,9 @@ GtkPlacesSidebar.sidebar { &:not(:hover):not(:active) > GtkImage { opacity: 0.5 }; } + // this is for indicating which sidebar row generated a popover + // see https://bugzilla.gnome.org/show_bug.cgi?id=754411 + .has-open-popup { @extend .list-row.activatable:hover; } } .sidebar-item { -- cgit v1.2.3