Skip to content

Commit

Permalink
(feat) Hover effect on the draggable icon for the question (#192)
Browse files Browse the repository at this point in the history
* (fixed) 2404 Hover effect on the draggable icon for the question

* changed the hover background on the draggable icon to match the one on the other icons
  • Loading branch information
NYESIGA authored Sep 26, 2023
1 parent cd4e306 commit e5aefd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/interactive-builder/draggable-question.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
cursor: pointer;

:hover {
background-color: colors.$white-0;
background-color: colors.$gray-20;
}
}

.dragIcon {
margin: 0 layout.$spacing-03;
padding: 0.25rem;
color: colors.$gray-50;
color: colors.$gray-80;
margin-top: 0.25rem;
width: 1.5rem;
height: 1.5rem;
Expand Down

0 comments on commit e5aefd5

Please sign in to comment.