Przeglądaj źródła

Checkbox: enhance css selector (#16006)

Hazlank 6 lat temu
rodzic
commit
d306194278
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/theme-chalk/src/checkbox.scss

+ 1 - 1
packages/theme-chalk/src/checkbox.scss

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