mdn / interactive-examples

Home of the MDN live code editor interactive examples
Creative Commons Zero v1.0 Universal
725 stars 507 forks source link

button.html - remove css class favourites #2705

Closed hamishwillee closed 8 months ago

hamishwillee commented 8 months ago

The example is used in https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#try_it. Note that the class "favorite" is not actually referenced by any CSS - so it is confusing and pointless.

Fixes https://github.com/mdn/interactive-examples/issues/2706

hamishwillee commented 8 months ago

Closing. I now see is fixed by https://github.com/mdn/interactive-examples/pull/2703