Skip to content

Commit 7029eb3

Browse files
authored
fix(Toolbar): cursor styling on hover (#2700)
#2697
1 parent e022d9a commit 7029eb3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sass/toolbar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $active-border: darken($btn-border, 12%);
5454

5555
&:hover {
5656
color: $btn-color;
57+
cursor: pointer;
5758
background-color: $active-background;
5859
border-color: $active-border;
5960
}

0 commit comments

Comments
 (0)