Merge pull request #4987 from Abradoks/mdl-1.x

_radio.scss: scale() instead of scale3d()
master
Sérgio Gomes 2016-12-20 13:48:23 +00:00 committed by GitHub
commit 70fdbc85a7
1 changed files with 2 additions and 2 deletions

View File

@ -101,13 +101,13 @@
@include material-animation-default(0.28s);
transition-property: transform;
transform: scale3d(0, 0, 0);
transform: scale(0, 0);
border-radius: 50%;
background: $radio-color;
.mdl-radio.is-checked & {
transform: scale3d(1, 1, 1);
transform: scale(1, 1);
}
fieldset[disabled] .mdl-radio &,