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
parent a0af12e492
commit aabb713594

View File

@ -178,7 +178,10 @@ label {
> selection { @extend %selected_items_disabled; }
}
&.error { color: $error_color; }
&.error {
color: $error_color;
&:disabled { color: $insensitive_fg_color; }
}
}
.dim-label {