passwordentry: Use markdown for css tree

This commit is contained in:
Matthias Clasen 2021-02-27 20:03:43 -05:00 committed by Emmanuele Bassi
parent ca51d6dfd9
commit 27b338a90b

View File

@ -58,12 +58,12 @@
* *
* # CSS Nodes * # CSS Nodes
* *
* |[<!-- language="plain" --> * ```
* entry.password * entry.password
* text * text
* image.caps-lock-indicator * image.caps-lock-indicator
* *
* ]| * ```
* *
* `GtkPasswordEntry` has a single CSS node with name entry that carries * `GtkPasswordEntry` has a single CSS node with name entry that carries
* a .passwordstyle class. The text Css node below it has a child with * a .passwordstyle class. The text Css node below it has a child with