gtk: Add hover for clickable infobars
Follow the upstream change:
https://gitlab.gnome.org/GNOME/gtk/-/commit/0c6ea4c7b23d84101335808181d01a93df83b974
Follow the upstream change:
https://gitlab.gnome.org/GNOME/gtk/-/commit/0c6ea4c7b23d84101335808181d01a93df83b974
by roundabout, Tuesday, 15 September 2020, 16:24:20 (1600187060), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
4070044c321846da636085b1554b757a56617ef9
infobar {
border-style: none;
&.action:hover > revealer > box {
background-image: image(overlay("hover", $on-surface));
}
&.info > revealer > box,
&.question > revealer > box {
border-bottom: 1px solid divider($on-surface);