Skip to content

Commit b3a8c4c

Browse files
Sean PrashadSean Prashad
authored andcommitted
Always show cursor when hovering over tabs
1 parent 567670e commit b3a8c4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/components/Tabs/styles.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
justify-content: center;
55
}
66
}
7+
8+
.nav-link:hover {
9+
cursor: pointer;
10+
}

0 commit comments

Comments
 (0)