From 8a5b591824a24d50294b60be030affd2e3955dfd Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Tue, 30 Apr 2024 03:21:26 -0300 Subject: [PATCH] doc: Mention that selection mode no longer recolors headerbars --- doc/migrating-libhandy-1-4-to-libadwaita.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/migrating-libhandy-1-4-to-libadwaita.md b/doc/migrating-libhandy-1-4-to-libadwaita.md index 3f73923a5..32aa81ac4 100644 --- a/doc/migrating-libhandy-1-4-to-libadwaita.md +++ b/doc/migrating-libhandy-1-4-to-libadwaita.md @@ -458,6 +458,14 @@ style. The same rules are also used for the [`.toolbar`](style-classes.html#toolbars) style class now, instead of making every button appear flat. +#### Adapt to Selection Mode Changes + +The `.selection-mode` style class no longer recolors headerbars. Instead +of using the old styling, rework your selection modes to follow +[the new pattern for selection modes](https://developer.gnome.org/hig/patterns/containers/selection-mode.html) +and the [`.selection-mode`](style-classes.html#selection-mode-check-buttons) +style class on [class@Gtk.CheckButton]. + ### Adapt to List Style Changes For boxed lists we now have the -- GitLab