Skip to content

Commit

Permalink
Make aria-hidden !important (FreshRSS#2176)
Browse files Browse the repository at this point in the history
Fix for FreshRSS#2115.
  • Loading branch information
pattems authored and Frenzie committed Dec 11, 2018
1 parent 1bc5b62 commit afec281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p/themes/base-theme/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ td.numeric {
/*===============*/

[aria-hidden="true"] {
display: none;
display: none !important;
}

/*=== Forms */
Expand Down

0 comments on commit afec281

Please sign in to comment.