Skip to content

Commit

Permalink
Update cursor.styl: fix #916
Browse files Browse the repository at this point in the history
自定义鼠标,悬浮在自定义右键菜单的导航栏项目上时,自定义鼠标不生效
  • Loading branch information
inkss authored Mar 25, 2024
1 parent e53eae5 commit fa1e666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/css/_style/_plugins/cursor.styl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ a:not([href]) p,
button[disabled],html input[disabled],
.article .widget,
#l_body .post section.meta .new-meta-box .new-meta-item .notlink,
ul.list-v.rightmenu a,
#rightmenu-wrapper ul.list-v.rightmenu a,
span.btn a:not([href]),
div.tabs ul.nav-tabs li.tab.active a,
kbd,
Expand Down Expand Up @@ -70,7 +70,8 @@ input[type=submit],
table::-webkit-scrollbar-thumb,
scrollbar::-webkit-scrollbar-thumb,
#scroll-down,
ul.list-v.rightmenu li.music a.nav.volume .aplayer-volume-bar,
#rightmenu-wrapper .aplayer-volume-bar,
#rightmenu-wrapper li.music.ctrl a,
#u-search .modal .modal-header .btn-close,
#u-search .modal .modal-footer .nav,
article .checkbox input,
Expand Down

0 comments on commit fa1e666

Please sign in to comment.