diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-12-16 15:39:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 15:39:48 +0100 |
commit | c33e84fe8cd37d540efd14154c065de4de944734 (patch) | |
tree | 846e0f8df5f67e44273b46ccf15e60377ee5efb2 /doc/classes/MenuButton.xml | |
parent | 61c8ea7b14143785836531e99d0eaef8d2eca704 (diff) | |
parent | a1ab50a9f050bbd0ef5af4c799743e7aea46c48f (diff) |
Merge pull request #55165 from Calinou/doc-gui-theme-item-focus-transparent
Diffstat (limited to 'doc/classes/MenuButton.xml')
-rw-r--r-- | doc/classes/MenuButton.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index b0774d4cab..632b22c1de 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -80,7 +80,7 @@ [StyleBox] used when the [MenuButton] is disabled. </theme_item> <theme_item name="focus" data_type="style" type="StyleBox"> - [StyleBox] used when the [MenuButton] is focused. It is displayed over the current [StyleBox], so using [StyleBoxEmpty] will just disable the focus visual effect. + [StyleBox] used when the [MenuButton] is focused. The [code]focus[/code] [StyleBox] is displayed [i]over[/i] the base [StyleBox], so a partially transparent [StyleBox] should be used to ensure the base [StyleBox] remains visible. A [StyleBox] that represents an outline or an underline works well for this purpose. To disable the focus visual effect, assign a [StyleBoxEmpty] resource. Note that disabling the focus visual effect will harm keyboard/controller navigation usability, so this is not recommended for accessibility reasons. </theme_item> <theme_item name="hover" data_type="style" type="StyleBox"> [StyleBox] used when the [MenuButton] is being hovered. |