Skip to content

Commit

Permalink
Fix add question icon color (surveyjs#2246)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kuzin(Devexpress) <dmitry.kuzin@devexpress.com>
  • Loading branch information
dk981234 and Dmitry Kuzin(Devexpress) authored Nov 24, 2021
1 parent 0fbb017 commit 99028cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/survey-creator-core/src/components/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ svc-page {
background-color: transparent;
cursor: pointer;
margin-right: calcSize(1);

use {
fill: $foreground-light;
}
&:hover {
background-color: $background-dim;
}
Expand Down

0 comments on commit 99028cb

Please sign in to comment.