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:
Jakub Steiner
2020-08-17 10:00:29 +02:00
committed by Matthias Clasen
parent 4eacfdba60
commit a498aca3ab

View File

@@ -180,7 +180,7 @@ label {
&.error {
color: $error_color;
&:disabled { color: $insensitive_fg_color; }
&:disabled { color: transparentize($error_color,0.5); }
}
}