From 14b1c5a52762e3342e60c18ae7dae899fb95d4fe Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 2 Feb 2016 19:30:47 +0100 Subject: 3.14: fix appmenu button (#383) --- common/gtk-3.0/3.14/sass/_common.scss | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (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 317ab55..3193ff8 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -2746,19 +2746,22 @@ GtkVolumeButton.button { padding: 8px; } } // Fallback menubutton -.header-bar .left GtkMenuButton.button.titlebutton:first-child, -.header-bar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.header-bar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.header-bar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar .left GtkMenuButton.button.titlebutton:first-child, -.titlebar .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, -.titlebar.selection-mode .left GtkMenuButton.button.titlebutton:first-child, -.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { +.header-bar, .titlebar { + .left GtkMenuButton.button.titlebutton:first-child, + .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child, + &.selection-mode .left GtkMenuButton.button.titlebutton:first-child, + &.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child { - padding: 4px 6px 4px 6px; - @include button(undecorated); -} + padding: 4px 6px 4px 6px; + color: $header_fg; + + &, &:hover, &:active:hover, + &:backdrop, &:backdrop:hover { @include button(undecorated); } + &:hover, &:backdrop:hover { @include button(header-hover); } + &:active:hover, &:checked { @include button(header-active); } + } +} // catch all extend %selected_items { -- cgit v1.2.3