Skip to content

Commit b5187f4

Browse files
loiloulivz
authored andcommitted
chore: remove cursor style from nav link container (#620)
1 parent cb3f7a1 commit b5187f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/default-theme/DropdownLink.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default {
5454
@import './styles/config.styl'
5555
5656
.dropdown-wrapper
57+
cursor pointer
5758
.dropdown-title
5859
display block
5960
&:hover

lib/default-theme/NavLinks.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ export default {
108108
&:hover, &.router-link-active
109109
color $accentColor
110110
.nav-item
111-
cursor pointer
112111
position relative
113112
display inline-block
114113
margin-left 1.5rem

0 commit comments

Comments
 (0)