diff --git a/theme/canvas/style/text.css b/theme/canvas/style/text.css index 16ef62acf6a..86cdce04773 100644 --- a/theme/canvas/style/text.css +++ b/theme/canvas/style/text.css @@ -150,6 +150,10 @@ tt { display: none; } +.icon.hide { + display: inline; +} + .highlight { background: #ffc; }