[gnome-software: 16/18] style: Drop unused needs-attention class




commit fd25d5e9572061eb107a1ec7babc1a394af77b15
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Apr 12 22:49:29 2021 +0100

    style: Drop unused needs-attention class
    
    It was interfering with the sidebar needs-attention styling.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1111

 src/gtk-style-hc.css | 6 ------
 src/gtk-style.css    | 6 ------
 2 files changed, 12 deletions(-)
---
diff --git a/src/gtk-style-hc.css b/src/gtk-style-hc.css
index 72474cf2f..29a66ce8f 100644
--- a/src/gtk-style-hc.css
+++ b/src/gtk-style-hc.css
@@ -22,12 +22,6 @@
        font-size: 125%;
 }
 
-.needs-attention {
-       background-image: none;
-       background-color: shade(@theme_selected_bg_color, 1.1);
-       border-radius: 1px;
-}
-
 /* Adapted from Adwaita’s .needs-attention class for stacksidebar */
 sidebar row.needs-attention > box > label {
        animation: needs_attention 150ms ease-in;
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 697e10b69..46311c658 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -37,12 +37,6 @@
        font-size: x-small;
 }
 
-.needs-attention {
-       background-image: none;
-       background-color: shade(@theme_selected_bg_color, 1.1);
-       border-radius: 1px;
-}
-
 /* Adapted from Adwaita’s .needs-attention class for stacksidebar */
 sidebar row.needs-attention > box > label {
        animation: needs_attention 150ms ease-in;


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