summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntónio Fernandes <antoniof@gnome.org>2022-01-01 18:48:39 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-01-09 01:44:32 +0000
commit856c3a09b939ff5342203024a30e16490afae2da (patch)
tree69ef456c174dc95463ad0ea60e95a11776f3ec0b
parent422b772cc18e19febce439f2edaa2e2aa53e53a4 (diff)
downloadnautilus-856c3a09b939ff5342203024a30e16490afae2da.tar.gz
css: Drop unused, redundant or obsolete styles
-rw-r--r--src/resources/css/Adwaita.css35
1 files changed, 0 insertions, 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;
}