Skip to content

Commit

Permalink
Merge pull request #37613 from pycbouh/linkbutton-missing-colors
Browse files Browse the repository at this point in the history
Add missing LinkButton colors in Editor Theme
  • Loading branch information
akien-mga authored Apr 6, 2020
2 parents 1140871 + 0671d7b commit 11f31a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/editor_themes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 11f31a7

Please sign in to comment.