Skip to content

Commit

Permalink
cursor: grabbing;
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Dec 18, 2024
1 parent c7e38a2 commit cdf2f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions src/ZKEACMS.WebHost/wwwroot/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,6 @@ a.badge:hover {
border-left: 5px solid #E28271;
}

.fullRowList.widgets li {
cursor: grab;
}

.fullRowList.widgets li:active {
cursor: grabbing;
}

.fullRowList li ul {
list-style: none;
padding-left: 2.2rem;
Expand Down Expand Up @@ -392,6 +384,7 @@ a.badge:hover {

.fullRowList.ui-sortable li:active {
border-color: #E28271;
cursor: grabbing;
}

.fullRowList a {
Expand Down
Loading

0 comments on commit cdf2f83

Please sign in to comment.