mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Added missing LinkButton colors in Editor Theme
This commit is contained in:
parent
94fab21348
commit
0671d7b276
@ -997,6 +997,9 @@ Ref<Theme> create_editor_theme(const Ref<Theme> p_theme) {
|
||||
// LinkButton
|
||||
theme->set_stylebox("focus", "LinkButton", style_empty);
|
||||
theme->set_color("font_color", "LinkButton", font_color);
|
||||
theme->set_color("font_color_hover", "LinkButton", font_color_hl);
|
||||
theme->set_color("font_color_pressed", "LinkButton", accent_color);
|
||||
theme->set_color("font_color_disabled", "LinkButton", font_color_disabled);
|
||||
|
||||
// TooltipPanel
|
||||
Ref<StyleBoxFlat> style_tooltip = style_popup->duplicate();
|
||||
|
Loading…
Reference in New Issue
Block a user