forked from AuroraMiddleware/gtk
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:
parent
a0af12e492
commit
aabb713594
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user