mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Merge branch 'dboles/expander-css-nodes-doc' into 'main'
Expander: Clarify/format “CSS nodes” documentation See merge request GNOME/gtk!5896
This commit is contained in:
commit
0736fef585
@ -106,9 +106,10 @@
|
||||
* ╰── <child>
|
||||
* ```
|
||||
*
|
||||
* `GtkExpander` has three CSS nodes, the main node with the name expander-widget,
|
||||
* 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.
|
||||
* `GtkExpander` has a main node `expander-widget`, and subnode `box` containing
|
||||
* the title and child widget. The box subnode `title` contains node `expander`,
|
||||
* i.e. the expand/collapse arrow; then the label widget if any. The arrow of an
|
||||
* expander that is showing its child gets the `:checked` pseudoclass set on it.
|
||||
*
|
||||
* # Accessibility
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user