[gnome-software: 1/3] style: Drop text colour for ‘Installed’ label in app row




commit 562e41da7fd97cc4c91759783d3fe6fbc7b3de1b
Author: Philip Withnall <pwithnall endlessos org>
Date:   Wed Dec 16 14:46:05 2020 +0000

    style: Drop text colour for ‘Installed’ label in app row
    
    It didn’t add anything, and broke with dark themes.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1031

 src/gtk-style.css | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 73132401e..3f5020ec6 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -30,7 +30,6 @@
 }
 
 .app-row-installed-label {
-       color: @theme_selected_bg_color;
        font-size: smaller;
 }
 


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