@import "mediawiki.mixins"; @import "mediawiki.ui/variables"; // Radio // // Styling radios in a way that works cross browser is a tricky problem to solve. // In MediaWiki UI put a radio and label inside a mw-ui-radio div. // This renders in all browsers except IE 6-8 which do not support the :checked selector; // these are kept backwards-compatible using the `:not( #noop )` selector. // You should give the radio and label matching "id" and "for" attributes, respectively. // // Markup: //