Skip to content

Commit

Permalink
fix: cursor pointer at radio buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLars committed Oct 2, 2023
1 parent 26c8b49 commit b7538bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions katas/shopping-layout/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ Productbox
border-radius: 50%;
border: 0px solid var(--black);
outline: none;
cursor: pointer;
transition: all var(--duration) ease-in-out;

&:hover,
Expand Down

0 comments on commit b7538bc

Please sign in to comment.