From 2ef9c4eb67e7cd91f7a134b5838c2a3465ad1407 Mon Sep 17 00:00:00 2001 From: stabijoh Date: Thu, 10 Mar 2011 07:15:03 -0500 Subject: [PATCH] MDL-26084 fix in Canvas theme for hide section icon --- theme/canvas/style/text.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }