Skip to content

Commit

Permalink
Added style to hidden elements
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Sep 9, 2024
1 parent 774f43a commit ddfb3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ button,input,select,textarea { font: inherit; } /* No custom font on forms. */
img,picture,svg,video { height: auto; max-width: 100%; } /* Media should not break outside of parent. */
audio,canvas,embed,iframe,img,object,svg,video { vertical-align: middle; } /* Removes tiny space on bottom. */
table { text-indent: 0; border-color: inherit; border-collapse: collapse; border-spacing: 0; } /* Modern tables. */
[hidden] { display: none; } /* Hidden elements stay hidden. */
[hidden], style { display: none !important; } /* Hidden elements stay hidden. */

0 comments on commit ddfb3b9

Please sign in to comment.