-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
Description
Setting display: block;
on elements will overwrite the hidden
attribute's functionality. Currently cssremedy is putting display block on a variety of elements.
I guess the preferred way is to have img:not([hidden]) { display: block; }
etc.
Or perhaps specify [hidden] { display: none }
to save on filesize?
Sora2455, ricealexander and Th3S4mur41