Merge branch 'matthiasc/for-main' into 'main'

expander: Fix the css docs

Closes #5723

See merge request GNOME/gtk!5787
This commit is contained in:
Matthias Clasen 2023-04-04 02:50:08 +00:00
commit 7723045e9a

View File

@ -98,16 +98,16 @@
* # CSS nodes * # CSS nodes
* *
* ``` * ```
* expander * expander-widget
* box * box
* title * title
* arrow * expander
* <label widget> * <label widget>
* <child> * <child>
* ``` * ```
* *
* `GtkExpander` has three CSS nodes, the main node with the name expander, * `GtkExpander` has three CSS nodes, the main node with the name expander-widget,
* a subnode with name title and node below it with name arrow. The arrow of an * a subnode with name title and node below it with name expander. The arrow of an
* expander that is showing its child gets the :checked pseudoclass added to it. * expander that is showing its child gets the :checked pseudoclass added to it.
* *
* # Accessibility * # Accessibility