Skip to content

Commit

Permalink
Adjusted the hover and active states, removed repeats, added box-shad…
Browse files Browse the repository at this point in the history
…ow to hover, used transform and made box-shadow hidden for active.
  • Loading branch information
shreyas61 committed Oct 24, 2024
1 parent d0c27af commit 124c6a6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/styles/Exercises/UnitCircleInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,13 @@
padding: 1.25vw 2.5vw;
}


#unitcircleinput-check-button:hover {
box-shadow: 5px 5px 5px #989696;
box-shadow: 5px 5px 5px #989696;
}


#unitcircleinput-check-button:active {
box-shadow: none;
box-shadow: none;
transform: scale(0.95);

}

#unitcircle-check-wrong {
Expand Down

0 comments on commit 124c6a6

Please sign in to comment.