Explorar el Código

Make aria-hidden !important (#2176)

Fix for #2115.
Patrick Crandol hace 7 años
padre
commit
195c0b6867
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"] {
-	display: none;
+	display: none !important;
 }
 
 /*=== Forms */