diff --git a/images/ui/button/button_hovered.png b/images/ui/button/button_hovered.png
index d54c977cf..edf6676eb 100644
Binary files a/images/ui/button/button_hovered.png and b/images/ui/button/button_hovered.png differ
diff --git a/images/ui/button/button_hovered_dark.png b/images/ui/button/button_hovered_dark.png
index 14324f471..d0147fb6a 100644
Binary files a/images/ui/button/button_hovered_dark.png and b/images/ui/button/button_hovered_dark.png differ
diff --git a/topics/ui/controls/button.topic b/topics/ui/controls/button.topic
index 496030756..cf1f502f2 100644
--- a/topics/ui/controls/button.topic
+++ b/topics/ui/controls/button.topic
@@ -64,7 +64,7 @@
The label displays the action the button performs. Use an action name as a button label. Use title capitalization for button labels. The button should answer the question in the title, so the user can skip the description. Prefer specific
labels over
- generic ones:
![]() |
Do not
use the word
Disable a button if:
On hovering over a button, show a tooltip with the shortcut and the action name if it can be clarified. For more details, see Context help.
-
- ![]() |
-
- If the action is clear, show the shortcut only. - -- If the action can be clarified, show the action name and the shortcut. - - |
-
If the action is clear, show the shortcut only. If the action can be clarified, show the action name and the shortcut: +
+Use the
The
The
-
The
If a confirmation button is present in a dialog, for example,
+
If it is not clear what will happen on clicking the
Do not - add an icon to the button. The main purpose of an icon is to quickly find a familiar action in a packed - toolbar or menu. Usually, no more than 3 buttons are placed nearby, their labels can be scanned quickly, - and icons are not required. -
@@ -376,9 +342,9 @@The help button appears in the bottom-left corner of a dialog and shows help in a tooltip on hover, or - opens a help - dialog when clicking it. For more details, see Context help.
+The help button appears in the bottom-left corner of a dialog and + opens a documentation website. Add this button if the dialog's functionality is described + in documentation.