diff --git a/styles/layout.css b/styles/layout.css index 7cdedf73..2595ee80 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -951,9 +951,14 @@ html, body, .jspaint { text-decoration: underline; } +/* TODO: reduce scope of this rule, and remove exception(s) to it */ ::before, ::after { pointer-events: none; } +/* Quick fix for clicking directly on the radio button in themes which use styles from 98.css */ +input[type="radio"] + label::before { + pointer-events: all; +} .cursor-bully * { cursor: inherit !important;