[gnome-builder] adwaita: tweak development header styles



commit e5e957076d3ae845d1be0f528c8c111c9ecce05c
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 30 16:49:13 2018 -0700

    adwaita: tweak development header styles
    
    We do lots of tricky stuff in there, so we need to be a bit more precise
    than other applications.

 data/themes/Adwaita-shared.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/data/themes/Adwaita-shared.css b/data/themes/Adwaita-shared.css
index f3f771f58..f4704a0a3 100644
--- a/data/themes/Adwaita-shared.css
+++ b/data/themes/Adwaita-shared.css
@@ -69,6 +69,10 @@ window.development-version  headerbar:last-child {
   color: alpha(@theme_fg_color, 0.2);
 }
 
-window.development-version headerbar label {
+window.development-version headerbar label:not(:disabled) {
   color: @theme_fg_color;
 }
+
+window.development-version headerbar .suggested-action label {
+  color: @theme_selected_fg_color;
+}


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