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