Skip to content

Commit

Permalink
cursor when dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome-E committed Jan 6, 2025
1 parent 1b17879 commit 101ce17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/src/pages/RoadmapPage/Quarter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ body:has(> #profile-popover) {
transition: background-color 0s;
}
}
body:has(> .course.sortable-fallback) * {
// when a course is dragged, show grabbing cursor no matter what
cursor: grabbing !important;
}

.quarter-menu-btn {
display: block;
Expand Down

0 comments on commit 101ce17

Please sign in to comment.