We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c28b11c + f104326 commit 3d87a07Copy full SHA for 3d87a07
tutorials/ui/gui_skinning.rst
@@ -86,6 +86,12 @@ a unique name and must be one of the following data types:
86
not limited to the :ref:`Panel <class_Panel>` control, as styleboxes
87
are used by many controls for their backgrounds and overlays.
88
89
+ Different controls will apply StyleBoxes in a different manner. Most notably,
90
+ ``focus`` styleboxes are drawn as an *overlay* to other styleboxes (such as
91
+ ``normal`` or ``pressed``) to allow the base stylebox to remain visible.
92
+ This means the focus stylebox should be designed as an outline or translucent
93
+ box, so that its background can remain visible.
94
+
95
Theme types
96
~~~~~~~~~~~
97
0 commit comments