plausible / analytics

Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
https://plausible.io
GNU Affero General Public License v3.0
19k stars 1.02k forks source link

Small fix for the with-imported-icon on safari #4194

Closed RobertJoonas closed 1 month ago

RobertJoonas commented 1 month ago

Changes

Follow-up fix to https://github.com/plausible/analytics/pull/4187

The pointer-events-none class didn't take effect on Safari, leaving the imported switch still clickable when it was actually supposed to be disabled. This PR changes to an alternate implementation to accomplish the same. Tested manually on Safari, Chrome, and Firefox.