Procházet zdrojové kódy

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.
tags/v1.13.0-rc1
Cirno the Strongest před 4 roky
rodič
revize
f36104e410
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6
    1
      web_src/less/_base.less

+ 6
- 1
web_src/less/_base.less Zobrazit soubor

@@ -565,7 +565,12 @@ code,
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;
}


Načítá se…
Zrušit
Uložit