Browse Source

Make aria-hidden !important (#2176)

Fix for #2115.
Patrick Crandol 7 years ago
parent
commit
195c0b6867
1 changed files with 1 additions and 1 deletions
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -143,7 +143,7 @@ td.numeric {
 /*===============*/
 /*===============*/
 
 
 [aria-hidden="true"] {
 [aria-hidden="true"] {
-	display: none;
+	display: none !important;
 }
 }
 
 
 /*=== Forms */
 /*=== Forms */