From 409df1bd78ff55443111c69ad093073aac2dd976 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 14 Dec 2018 17:42:47 -0600 Subject: [PATCH] Fix non gradient in selected path-bar item on gnome 3.28 --- gtk-3.0/apps/_gnome.scss | 2 +- gtk-3.0/gtk-dark.css | 2 +- gtk-3.0/gtk.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 8ad0843..dff46dd 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -88,7 +88,7 @@ } } - .linked { + .linked:not(.path-bar) { button { &:active, &:checked, &:active:backdrop, &:checked:backdrop { background: transparent; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 6498515..1699abc 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -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 { 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; color: #F67E7D; box-shadow: none; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6498515..1699abc 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -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 { 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; color: #F67E7D; box-shadow: none;