@ArneBab
Good news! It works for that too. In this case, I used sibling selectors for pseudo-classes instead of nesting them (because I didn't think of it).
See it without the JavaScript:
@ArneBab
Good news! It works for that too. In this case, I used sibling selectors for pseudo-classes instead of nesting them (because I didn't think of it).
See it without the JavaScript:
@firefoxwebdevs
Make Web Share API enabled by default.
@phoefer
Hell yeah
@firefoxwebdevs
@ArneBab
Instead of doing that, I like the technique of making the input `opacity: 0` and positioning it over the label. If you put the input inside the label, you can use `:focus-within` to show focus.
https://www.sarasoueidan.com/blog/inclusively-hiding-and-styling-checkboxes-and-radio-buttons/
@firefoxwebdevs