Normalize avatar radius (#11589)
We already made avatars square for .ui avatar.img class but this is not enough, and in some place Fomantic default styling still applied. This PR updates our override of radius to match all Fomantic classes.release/v1.15
parent
4c1ff57f1a
commit
f36104e410
|
@ -565,7 +565,12 @@ code,
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar.image {
|
.avatar.image,
|
||||||
|
.avatar.image img,
|
||||||
|
.avatar.image svg,
|
||||||
|
.avatar.images .image,
|
||||||
|
.avatar.images img,
|
||||||
|
.avatar.images svg {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue