Skip to content

Commit

Permalink
add i to attribute selector
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Jan 25, 2022
1 parent b411034 commit 7aace23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -117202,7 +117202,7 @@ noframes, param, rp, script, style, template, title {
display: none;
}

<span id="hiddenCSS" data-x="">[hidden]:not([hidden=until-found])</span> {
<span id="hiddenCSS" data-x="">[hidden]:not([hidden=until-found i])</span> {
display: none;
}

Expand Down

0 comments on commit 7aace23

Please sign in to comment.