Adwaita: error labels insensitive & backdrop states
- address colored labels for the two states See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063#note_891618
This commit is contained in:
committed by
Matthias Clasen
parent
4eacfdba60
commit
a498aca3ab
@@ -180,7 +180,7 @@ label {
|
||||
|
||||
&.error {
|
||||
color: $error_color;
|
||||
&:disabled { color: $insensitive_fg_color; }
|
||||
&:disabled { color: transparentize($error_color,0.5); }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user