-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 11.0.6
-
Fix Version/s: 11.0.7
-
Component/s: Layout
-
Labels:None
-
Funded by:
The math icon is not diplayed correctly. This is the patch:
diff --git a/src/main/webapp/static/themes/light/modules/_icons.scss b/src/main/webapp/static/themes/light/modules/_icons.scss --- a/src/main/webapp/static/themes/light/modules/_icons.scss +++ b/src/main/webapp/static/themes/light/modules/_icons.scss @@ -146,7 +146,7 @@ .o_icon_managed:before { content: $fa-var-retweet; color: $text-muted} .o_icon_manual:before { content: $fa-var-book; cursor: help;} .o_icon_mail:before { content: $fa-var-envelope-o; } -.o_icon_math:before { content: "\u03A3"; } +.o_icon_math:before { content: "\03A3"; } .o_icon_media:before { content: $fa-var-image; } .o_icon_mediacenter:before { content: $fa-var-folder-open; } .o_icon_membersmanagement:before { content: $fa-var-users;}