Skip to content

Commit 903082b

Browse files
committed
为NaviItem组件的活动状态添加光标样式
1 parent 3138944 commit 903082b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog/components/NaviItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ const afterLeave = (el) => {
127127
}
128128
.blog-layout-sidebar-item.active {
129129
@apply bg-primary-500 text-white;
130+
cursor: default;
130131
}
131132
132133
.blog-layout-sidebar-item:hover {

0 commit comments

Comments
 (0)