gtk: Move infobar styling into descendant box
Follow the upstream change:
https://gitlab.gnome.org/GNOME/gtk/-/commit/df6e0da6236c4965b3a2d40625864cbb33c631ab
Follow the upstream change:
https://gitlab.gnome.org/GNOME/gtk/-/commit/df6e0da6236c4965b3a2d40625864cbb33c631ab
by roundabout, Tuesday, 15 September 2020, 16:17:29 (1600186649), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
322362c83abba187dc2c252305f988007eb91ca1
infobar {
border-style: none;
&.info,
&.question {
&.info > revealer > box,
&.question > revealer > box {
border-bottom: 1px solid divider($on-surface);
background-color: $base;
}
}
&.warning {
&.warning > revealer > box {
background-color: $warning;
color: $on-warning;
}
}
&.error {
&.error > revealer > box {
background-color: $error;
color: $on-error;