[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,10 @@
&--round {
overflow: hidden;
border-radius: 50%;
img {
border-radius: inherit;
}
}
&__img,