Closed pimdewit closed 3 years ago
That's a great idea, indeed! May I suggest using !important
just to make sure it isn't overridden by e.g. display: flex
on the spot?
I think there's more discussion to have around using !important
, but in the meantime this does help solve a problem we've created.
https://github.com/mozdevs/cssremedy/issues/71
This PR aims to respect the default
hidden
attribute behaviour.I also tried something along the lines of
but I figured it would be way too bulky