[Perf] Get rid of greedy CSS selector (#2173)

This commit is contained in:
Alexander Zinchuk 2022-12-06 13:29:42 +01:00
parent 5db1f528bf
commit 6dfca7c6f7

View File

@ -109,7 +109,7 @@
}
// Used by Avatar and ProfilePhoto components
div {
.Avatar, .ProfilePhoto {
&.color-bg-1 {
--color-user: var(--color-user-1);
}