Fix pathbar issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-10 22:17:16 -05:00
parent 9e35883941
commit ec3bdfb724
3 changed files with 13 additions and 17 deletions

View File

@@ -72,21 +72,15 @@
.dim-label { .dim-label {
color:transparent; color:transparent;
} }
button { widget > .text-button:last-child,
&:active, &:checked { button:active, button:checked {
border-radius: 23px; @include button(active-header);
background: linear-gradient(to right, $red, $yellow);
color: $selected_fg_color;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9);
&:backdrop{ &:backdrop{
&, label{
color: darken($selected_fg_color, 4%); color: darken($selected_fg_color, 4%);
label{
color: darken($selected_fg_color, 4%);;
} }
} }
} }
}
} }
.linked:not(.path-bar) { .linked:not(.path-bar) {
button { button {

View File

@@ -5551,14 +5551,15 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; } color: transparent; }
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child,
.nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #F67E7D, #E1DD8F); background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7; color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); } text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
color: #ededed; } .nautilus-window .titlebar .path-bar-box button:active:backdrop,
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #ededed; } color: #ededed; }
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop { .nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {

View File

@@ -5551,14 +5551,15 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; } color: transparent; }
.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child,
.nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #F67E7D, #E1DD8F); background: linear-gradient(to right, #F67E7D, #E1DD8F);
color: #f7f7f7; color: #f7f7f7;
text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); } text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); }
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label,
color: #ededed; } .nautilus-window .titlebar .path-bar-box button:active:backdrop,
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #ededed; } color: #ededed; }
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop { .nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {