michnhokn / kirby-cookie-banner

A Cookie Consent Modal for Kirby
MIT License
67 stars 9 forks source link

Fixed styles without CSS reset, Parcel update #12

Closed medienbaecker closed 2 years ago

medienbaecker commented 2 years ago

I fixed some CSS styles that probably relied on a CSS reset you use, changed focus to focus-visible for the input elements and updated Parcel while at it.

Screenshot-11-01-2022_15-45-14@2x

  1. The title being a <p> had a margin top by default. Using the plugin without a CSS reset requires removing this margin.
  2. The input has a margin by default offsetting the checkbox for people without the CSS reset.
  3. I'd suggest using :focus-visible instead of :focus for accessibility without the "lingering focus".