Skip to content

Commit

Permalink
fix(Toolbar): cursor styling on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl committed Dec 19, 2024
1 parent e022d9a commit 971b543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ $active-border: darken($btn-border, 12%);

&:hover {
color: $btn-color;
cursor: pointer;
background-color: $active-background;
border-color: $active-border;
}
Expand Down

0 comments on commit 971b543

Please sign in to comment.