Bug 1896755 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

By "CSS reset" I mean to set (or unset) values for elements we know the majority of are already set over and over again across the codebase, like `margin: 0` on labels/descriptions, `-moz-context-properties` on `image` etc.
By "CSS reset" I mean to set (or unset) values for elements we know the majority of are already set over and over again across the codebase, like `margin: 0` on labels/descriptions, `-moz-context-properties` on `image` etc.

This would allow us to remove lots of custom CSS declarations that are repeating themselves over and over again.

Back to Bug 1896755 Comment 0