Checkbox: enhance css selector (#16006)

pull/15974/head
Hazlank 2019-07-02 16:42:23 +08:00 committed by iamkun
parent 1ca569b358
commit d306194278
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
font-size: $--checkbox-font-size; font-size: $--checkbox-font-size;
} }
&:last-child { &:last-of-type {
margin-right: 0; margin-right: 0;
} }
} }