@import 'mediawiki.mixins'; /* normally there is no OOUI check icon for the radio box */ .mw-electronPdfService-selection-form .oo-ui-radioInputWidget [type='radio']:checked + span { /* Hardcoded this to avoid adding a class with JS. images taken from: https://doc.wikimedia.org/oojs-ui/master/demos/dist/themes/mediawiki/images/icons/ */ .background-image-svg( '../resources/icons/check-invert.svg', '../resources/icons/check-invert.png' ); }