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:
@@ -178,7 +178,10 @@ label {
|
||||
> selection { @extend %selected_items_disabled; }
|
||||
}
|
||||
|
||||
&.error { color: $error_color; }
|
||||
&.error {
|
||||
color: $error_color;
|
||||
&:disabled { color: transparentize($error_color,0.5); }
|
||||
}
|
||||
}
|
||||
|
||||
.dim-label {
|
||||
|
||||
Reference in New Issue
Block a user