From b8ddf6b047d78b404766c47115727ff2185e1815 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 9 Mar 2016 20:00:09 +0100 Subject: update pathbar buttons --- common/gtk-3.0/3.20/sass/_common.scss | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.20/sass/_common.scss') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 987f6ea..c4170db 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1302,16 +1302,22 @@ headerbar { // Pathbars // .path-bar button { + &.text-button, &.image-button, & { + padding-left: 6px; + padding-right: 6px; + } - &:only-child { - padding-left: 10px; - padding-right: 10px; + &.text-button.image-button label { padding-left: 0; padding-right: 0; } + + &.text-button.image-button, & { + label:last-child { padding-right: 10px; } + label:first-child { padding-left: 10px; } } - // the following is for spacing the icon and the label inside the home button - label:last-child { padding-left: 4px; } - label:first-child { padding-right: 4px; } - label:only-child, label { padding-right: 0; padding-left: 0; } + image { + padding-left: 4px; + padding-right: 4px; + } } // -- cgit v1.2.3