Fix pathbar issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-10 22:17:16 -05:00
parent a97d6c1dde
commit b687a6b881
4 changed files with 16 additions and 20 deletions

View File

@@ -74,20 +74,14 @@
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: linear-gradient(to right, #00c6ff, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 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) {