Skip to content

Commit 6e00374

Browse files
committedDec 9, 2022
feat(frontend): style nav links to have pointer cursors
1 parent e41c989 commit 6e00374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎frontend/www/src/css/dashboard-stemmaweb.css

+4
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,7 @@ stemmaweb-alert {
8484
right: 10px;
8585
width: 50vw;
8686
}
87+
88+
.nav-link {
89+
cursor: pointer;
90+
}

0 commit comments

Comments
 (0)
Please sign in to comment.