forked from AuroraMiddleware/gtk
Adwaita: error labels and entries
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063
This commit is contained in:
parent
e29e569d6f
commit
131e2f6e43
@ -178,6 +178,7 @@ label {
|
||||
> selection { @extend %selected_items_disabled; }
|
||||
}
|
||||
|
||||
&.error { color: $error_color; }
|
||||
}
|
||||
|
||||
.dim-label {
|
||||
@ -428,6 +429,8 @@ entry {
|
||||
+ combobox > box > button.combo { border-top-color: $drop_target_color; }
|
||||
}
|
||||
}
|
||||
|
||||
&.error { color: $error_color; }
|
||||
}
|
||||
|
||||
treeview entry {
|
||||
|
Loading…
Reference in New Issue
Block a user