Make aria-hidden !important (#2176)

Fix for #2115.
pull/2178/head
Patrick Crandol 6 years ago committed by Frans de Jonge
parent 2610db6260
commit 195c0b6867
  1. 2
      p/themes/base-theme/template.css

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

Loading…
Cancel
Save