Fix pathbar issue on gnome-3.32

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

View File

@@ -74,20 +74,14 @@
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: rgb(255, 250, 250);
widget > .text-button:last-child,
button:active, button:checked {
@include button(active-header);
&:backdrop{
color: darken(rgb(255, 250, 250), 4%);
label{
color: darken(rgb(255, 250, 250), 4%);;
&, label{
color: darken(rgb(255, 250, 250), 4%);
}
}
}
}
}
.linked:not(.path-bar) {