X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.ui%2Fcomponents%2Fradio.less;h=53c22b4463e512766a23eb2f3c2374f3fe301717;hb=392850cc93d413e58752ee2269f11c13d1da9719;hp=448390a726409638c6d74b89a5f096e966ca0b45;hpb=e2d6e193c94cb0b9b82654d2365113973dd41ecb;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.ui/components/radio.less b/resources/src/mediawiki.ui/components/radio.less index 448390a726..53c22b4463 100644 --- a/resources/src/mediawiki.ui/components/radio.less +++ b/resources/src/mediawiki.ui/components/radio.less @@ -67,8 +67,7 @@ background-origin: border-box; background-position: center center; background-repeat: no-repeat; - .background-size( @radioSize, @radioSize ); - background-size: 0 0; + .background-size( 0, 0 ); .box-sizing( border-box ); position: absolute; left: 0; @@ -81,7 +80,7 @@ // when the input is checked, style the label pseudo before element that followed as a checked radio &:checked + label::before { - background-size: 100% 100%; + .background-size( 100%, 100% ); } &:active + label::before {