mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
commit
7723045e9a
@ -98,16 +98,16 @@
|
||||
* # CSS nodes
|
||||
*
|
||||
* ```
|
||||
* expander
|
||||
* expander-widget
|
||||
* ╰── box
|
||||
* ├── title
|
||||
* │ ├── arrow
|
||||
* │ ├── expander
|
||||
* │ ╰── <label widget>
|
||||
* ╰── <child>
|
||||
* ```
|
||||
*
|
||||
* `GtkExpander` has three CSS nodes, the main node with the name expander,
|
||||
* a subnode with name title and node below it with name arrow. The arrow of an
|
||||
* `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.
|
||||
*
|
||||
* # Accessibility
|
||||
|
Loading…
Reference in New Issue
Block a user