From 64971bcc8a5351c4a3f01888abf2a28d15f5b755 Mon Sep 17 00:00:00 2001 From: Yuri Roubinsky Date: Wed, 27 Jan 2021 10:22:23 +0300 Subject: Added missed Button `font_hover_pressed_color` style --- doc/classes/Button.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index a1ac82012f..8908c5f830 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -124,6 +124,9 @@ Text [Color] used when the [Button] is being hovered. + + Text [Color] used when the [Button] is being hovered and pressed. + Text outline [Color] of the [Button]. @@ -149,7 +152,7 @@ Icon modulate [Color] used when the [Button] is being hovered and pressed. - Default icon [Color] of the [Button]. + Default icon modulate [Color] of the [Button]. Icon modulate [Color] used when the [Button] is being pressed. -- cgit v1.2.3