Adwaita: don't backdrop labels

- instead of overriding :backdrop for sidebars, continue pursuing
  not to backdrop anything but headerbar items and buttons.

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3377
This commit is contained in:
Jakub Steiner 2020-11-19 17:03:43 +01:00
parent 562c7b1ff3
commit 4bec75c66b

View File

@ -4088,12 +4088,6 @@ tooltip.csd {
@at-root %selected_items_disabled,
&:disabled { color: mix($selected_fg_color, $selected_bg_color, 50%); }
@at-root %selected_items_backdrop,
&:backdrop {
color: $backdrop_selected_fg_color;
&:disabled { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); }
}
}
}