mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Fix non gradient in selected path-bar item on gnome 3.28
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.linked {
|
.linked:not(.path-bar) {
|
||||||
button {
|
button {
|
||||||
&:active, &:checked, &:active:backdrop, &:checked:backdrop {
|
&:active, &:checked, &:active:backdrop, &:checked:backdrop {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|||||||
@@ -5547,7 +5547,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
||||||
color: #ededed; }
|
color: #ededed; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
|
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #F67E7D;
|
color: #F67E7D;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
@@ -5547,7 +5547,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
||||||
color: #ededed; }
|
color: #ededed; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
|
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #F67E7D;
|
color: #F67E7D;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user