[gtk/wip/jimmac/error-entries-and-labels] Adwaita: error labels and entries




commit 9bca58cb0f16a8912a52a0c13a64a8088295c7f9
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 13 10:33:06 2020 +0200

    Adwaita: error labels and entries
    
    See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063

 gtk/theme/Adwaita/_common.scss | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index cb4ba39680..eff2533e7e 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -178,6 +178,7 @@ label {
     > selection { @extend %selected_items_disabled; }
   }
 
+  &.error { color: $error_color; }
 }
 
 .dim-label {
@@ -428,6 +429,8 @@ entry {
       + combobox > box > button.combo { border-top-color: $drop_target_color; }
     }
   }
+
+  &.error { color: $error_color; }
 }
 
 treeview entry {


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