[nautilus/wip/antoniof/post-gtk4-switch-fixes: 8/19] css: Drop unused, redundant or obsolete styles
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/antoniof/post-gtk4-switch-fixes: 8/19] css: Drop unused, redundant or obsolete styles
- Date: Sun, 9 Jan 2022 01:33:56 +0000 (UTC)
commit b14264d1877ae76e942616574385f8bcd5909aaf
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]