resolves #693, user should be able to use span inside their markup without conflict

This commit is contained in:
Kevin Ross 2015-12-17 09:18:04 -06:00
parent 8e2b66be01
commit aa7db4b80d

View File

@ -3,7 +3,8 @@ label.radio-inline {
position: relative;
padding-left: $mdb-radio-size + $mdb-radio-label-padding; // absolutely positioned so add the radio size
span {
span.mdb-radio-outer-circle, // don't use generic span, it may conflict with user markup #693
span.mdb-radio-inner-circle {
position: absolute;
top: calc-top($line-height, $font-size-base, $mdb-radio-size); // vertical center of line-height
left: 0;