From 6dfca7c6f734ee957f72e635a60abf87a95acad2 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 6 Dec 2022 13:29:42 +0100 Subject: [PATCH] [Perf] Get rid of greedy CSS selector (#2173) --- src/styles/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_common.scss b/src/styles/_common.scss index 44df3d6f2..c39e58d70 100644 --- a/src/styles/_common.scss +++ b/src/styles/_common.scss @@ -109,7 +109,7 @@ } // Used by Avatar and ProfilePhoto components -div { +.Avatar, .ProfilePhoto { &.color-bg-1 { --color-user: var(--color-user-1); }