We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea30b89 commit 0eb3072Copy full SHA for 0eb3072
src/gui/guiHyperText.cpp
@@ -107,15 +107,14 @@ ParsedText::ParsedText(const wchar_t *text)
107
m_root_tag.style["underline"] = "false";
108
m_root_tag.style["halign"] = "left";
109
m_root_tag.style["color"] = "#EEEEEE";
110
- m_root_tag.style["hovercolor"] = m_root_tag.style["color"];
+ m_root_tag.style["hovercolor"] = "#FF0000";
111
112
m_active_tags.push_front(&m_root_tag);
113
m_style = m_root_tag.style;
114
115
// Default simple tags definitions
116
StyleList style;
117
118
- style["hovercolor"] = "#FF0000";
119
style["color"] = "#0000FF";
120
style["underline"] = "true";
121
m_elementtags["action"] = style;
0 commit comments