Skip to content

Commit

Permalink
improve(UX): remove user-select in the testimonials section
Browse files Browse the repository at this point in the history
added `grab cursor` and grabbing cursor, and `pointer cursor` to the indicator
  • Loading branch information
Deri-Kurniawan committed Nov 29, 2024
1 parent f532e63 commit 140ce1b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
display: flex;
flex-direction: row;
gap: 20px;
user-select: none;
cursor: grab;
}

.testimonials-section__list:active {
cursor: grabbing;
}

.testimonials-section__list::-webkit-scrollbar {
Expand Down Expand Up @@ -117,6 +123,7 @@
width: 14px;
height: 14px;
fill: hsl(var(--color-tertiary));
cursor: pointer;
}

.testimonials-section__indicator--active {
Expand Down

1 comment on commit 140ce1b

@vercel
Copy link

@vercel vercel bot commented on 140ce1b Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.