From 590a02e1b024d8faddb64f09c1a3c55788e47d5c Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 27 Mar 2016 09:35:55 +0200 Subject: fix eject button in placesview --- common/gtk-3.0/3.20/sass/_transparent_widgets.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'common/gtk-3.0/3.20/sass/_transparent_widgets.scss') diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss index 0a39e43..e6833fc 100644 --- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss @@ -22,7 +22,7 @@ filechooser, background-color: $dark_sidebar_bg; - row { + row.sidebar-row { border: none; color: $dark_sidebar_fg; @@ -42,6 +42,15 @@ filechooser, .sidebar-icon { color: inherit; } } + &:not(:selected) button.sidebar-button { + color: $dark_sidebar_fg; + + &:hover { @include button(osd-hover); } + &:active { @include button(active); } + + &:not(:hover):not(:active) > image { opacity: 0.5 }; + } + &.sidebar-new-bookmark-row { color: $selected_bg_color; @@ -64,15 +73,6 @@ filechooser, } &.maximized placessidebar.sidebar { background-color: opacify($dark_sidebar_bg, 1); } - - row:not(:selected) button.sidebar-button { - color: $dark_sidebar_fg; - - &:hover { @include button(osd-hover); } - &:active { @include button(active); } - - &:not(:hover):not(:active) > image { opacity: 0.5 }; - } } -- cgit v1.2.3