[nautilus/wip/antoniof/experimental-gtk4-build: 79/88] css: Drop unused, redundant or obsolete styles




commit 38cb8e690d2bb6a5e97d6ccbc0c495b4daa7c7a9
Author: António Fernandes <antoniof gnome org>
Date:   Sat Jan 1 18:48:39 2022 +0000

    css: Drop unused, redundant or obsolete styles

 src/resources/css/Adwaita.css | 35 -----------------------------------
 1 file changed, 35 deletions(-)
---
diff --git a/src/resources/css/Adwaita.css b/src/resources/css/Adwaita.css
index 8a0bb9c01..92d1870ec 100644
--- a/src/resources/css/Adwaita.css
+++ b/src/resources/css/Adwaita.css
@@ -1,9 +1,3 @@
-.nautilus-window,
-.nautilus-window notebook,
-.nautilus-window notebook > stack {
-    background: @theme_base_color;
-}
-
 .nautilus-empty-state-icon {
     opacity: 0.50;
 }
@@ -78,32 +72,6 @@
   opacity: 1;
 }
 
-/* Make the tags fit into the box */
-entry.search > * {
-  margin: 5px;
-}
-
-/* Sidebar */
-
-.nautilus-window .sidebar-row:selected {
-    background: mix(@theme_bg_color, @theme_fg_color, 0.07);
-}
-
-.nautilus-window .sidebar-row:selected,
-.nautilus-window .sidebar-row:selected image,
-.nautilus-window .sidebar-row:selected label {
-    color: mix(@theme_fg_color, @theme_text_color, 0.5);
-}
-
-.nautilus-window .sidebar-row:selected:backdrop {
-    background: mix(@theme_unfocused_bg_color, @theme_unfocused_fg_color, 0.07);
-}
-
-.nautilus-window .sidebar-row:selected:backdrop,
-.nautilus-window .sidebar-row:selected:backdrop label {
-    color: mix(@theme_unfocused_fg_color, @theme_unfocused_text_color, 0.15);
-}
-
 /* Floating status bar */
 .floating-bar {
   padding: 3px;
@@ -230,9 +198,6 @@ flowboxchild:selected .icon-ui-labels-box {
 }
 
 flowboxchild:selected image {
-  -gtk-icon-effect: dim; /* GTK 3 only */
-  /* GTK 4 TODO: Replace previous line with the following one:
   -gtk-icon-filter: opacity(0.5);
-  */
   -gtk-icon-shadow: 0px 0px @theme_selected_bg_color;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]