diff --git a/frontend/src/components/LevelSelectionBox/LevelSelectionBox.css b/frontend/src/components/LevelSelectionBox/LevelSelectionBox.css index 94fb71a42..c61f7e95f 100644 --- a/frontend/src/components/LevelSelectionBox/LevelSelectionBox.css +++ b/frontend/src/components/LevelSelectionBox/LevelSelectionBox.css @@ -21,6 +21,7 @@ .level-button.selected { background-color: var(--level-button-background-colour-selected); + cursor: default; color: var(--level-button-colour); }