aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-12-11 15:25:53 -0500
committerGravatar Frans de Jonge <fransdejonge@gmail.com> 2018-12-11 20:25:53 +0000
commit195c0b6867848f1bea0ec2eb861b7dad5bc1db60 (patch)
tree3dd49fde71857bc32b37629ba953340d83a15a23 /p
parent2610db6260c8beeb9590cdc9f4f3aac1e9985510 (diff)
Make aria-hidden !important (#2176)
Fix for #2115.
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 87c32ea58..fdc2f884e 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -143,7 +143,7 @@ td.numeric {
/*===============*/
[aria-hidden="true"] {
- display: none;
+ display: none !important;
}
/*=== Forms */