[gnome-software/wip/hughsie/webapps: 1/4] Make the star rating enabled and disabled states different colors



commit 74b0e10e3ace0cb08b52a4dc7ff66fdcfe520745
Author: Richard Hughes <richard hughsie com>
Date:   Thu Aug 29 12:15:59 2019 +0100

    Make the star rating enabled and disabled states different colors
    
    This was a regression when adding support for dark mode.

 src/gtk-style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtk-style.css b/src/gtk-style.css
index 75474978..4ae2b173 100644
--- a/src/gtk-style.css
+++ b/src/gtk-style.css
@@ -423,11 +423,11 @@ flowboxchild {
 /* for the review dialog */
 .star-enabled,
 .star-enabled:disabled {
-       color: @theme_fg_color;
+       color: shade(@theme_fg_color, 0.8);
 }
 .star-disabled,
 .star-disabled:disabled {
-       color: shade(@theme_fg_color, 0.8);
+       color: shade(@theme_bg_color, 0.8);
 }
 
 .counter-label {


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