Skip to content

Commit

Permalink
added cursor: default to level button selected
Browse files Browse the repository at this point in the history
  • Loading branch information
AAloshine-scottlogic committed Feb 12, 2024
1 parent c7767d1 commit d98857e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

.level-button.selected {
background-color: var(--level-button-background-colour-selected);
cursor: default;
color: var(--level-button-colour);
}

Expand Down

0 comments on commit d98857e

Please sign in to comment.