Fix pathbar issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-10 22:17:16 -05:00
parent 01fd0438aa
commit 0e024618f5
3 changed files with 15 additions and 19 deletions

View File

@@ -74,20 +74,14 @@
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02);
color: rgb(250, 250, 250);
widget > .text-button:last-child,
button:active, button:checked {
@include button(active-header);
&:backdrop{
color: darken(rgb(250, 250, 250), 4%);
label{
color: darken(rgb(250, 250, 250), 4%);;
&, label{
color: darken(rgb(250, 250, 250), 4%);
}
}
}
}
}
.linked:not(.path-bar) {