소스 검색

Make aria-hidden !important (#2176)

Fix for #2115.
Patrick Crandol 7 년 전
부모
커밋
195c0b6867
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 */