Skip to content

Commit

Permalink
package-index.css: change cursor:grab to cursor:pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysxia authored Dec 21, 2024
1 parent 6b96443 commit e6190d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions styles/package-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,11 @@
padding-left: 2px;
text-indent: 0px;
}
.category-selector:hover {
cursor: grab;
}
.keyword-selector:hover {
cursor: grab;
cursor: pointer;
}
.suite-selector:hover {
cursor: grab;
cursor: pointer;
}

.keyword, .keyword-selector {
Expand Down Expand Up @@ -125,7 +122,7 @@

.category-selector:hover {
color: #660033;
cursor: grab;
cursor: pointer;
}

#f-selected .suite-selector:hover .popup-remove,
Expand Down

0 comments on commit e6190d8

Please sign in to comment.