[improvement] Image: img inherit round border (#4032)

This commit is contained in:
neverland
2019-08-02 14:47:24 +08:00
committed by GitHub
parent f26c54d25d
commit 78e0385544
+4
View File
@@ -7,6 +7,10 @@
&--round { &--round {
overflow: hidden; overflow: hidden;
border-radius: 50%; border-radius: 50%;
img {
border-radius: inherit;
}
} }
&__img, &__img,