From 99028cb2d224cfe8f35adf01137e1084ea626c37 Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 24 Nov 2021 22:26:14 +0300 Subject: [PATCH] Fix add question icon color (#2246) Co-authored-by: Dmitry Kuzin(Devexpress) --- packages/survey-creator-core/src/components/page.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/survey-creator-core/src/components/page.scss b/packages/survey-creator-core/src/components/page.scss index 5bf13d3426..e186e03a5c 100644 --- a/packages/survey-creator-core/src/components/page.scss +++ b/packages/survey-creator-core/src/components/page.scss @@ -73,7 +73,9 @@ svc-page { background-color: transparent; cursor: pointer; margin-right: calcSize(1); - + use { + fill: $foreground-light; + } &:hover { background-color: $background-dim; }