Fix non gradient in selected path-bar item on gnome 3.28

This commit is contained in:
EliverLara
2018-12-14 17:42:47 -06:00
parent d9225bf5f3
commit 49a55be058
3 changed files with 3 additions and 3 deletions

View File

@@ -5537,7 +5537,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 {
color: #f0f0f0; }
.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;
color: #c50ed2;
box-shadow: none;