From ba1250f1d929e86964940680bef1717270f20a99 Mon Sep 17 00:00:00 2001 From: cpap Date: Fri, 13 Sep 2024 17:33:41 +0300 Subject: [PATCH] Performance Profiler: updates calypso loader bg color. --- client/performance-profiler/pages/dashboard/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/performance-profiler/pages/dashboard/style.scss b/client/performance-profiler/pages/dashboard/style.scss index 29ebcd8e9b5dd..671f199a3fcae 100644 --- a/client/performance-profiler/pages/dashboard/style.scss +++ b/client/performance-profiler/pages/dashboard/style.scss @@ -2,6 +2,10 @@ $blueberry-color: #3858e9; +.is-group-performance-profiler:not(.is-focus-content) { + background: linear-gradient(180deg, var(--studio-gray-100) 25.44%, rgba(16, 21, 23, 0) 100%), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjEiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuMjUiLz4KPC9zdmc+Cg==) repeat, var(--studio-gray-100); +} + .is-group-performance-profiler .layout__content { padding: 0; background: #fff;