mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix pathbar issue on gnome-3.32
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user