Skip to content

Commit

Permalink
fix(scrollBar): remove cursopr pointer on handle bar and add it on ci…
Browse files Browse the repository at this point in the history
…rcles
  • Loading branch information
prisca-c committed Jul 20, 2024
1 parent f8bd16e commit d6a29a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Components.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
height: 100%;
width: 0.25rem;
border-radius: 0.25rem;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
border: 1px solid var(--color-secondary);
}
Expand All @@ -70,6 +69,7 @@
transform: translate(-50%, -50%);
width: calc(0.5rem + 0.5vw);
height: calc(0.5rem + 0.5vw);
cursor: pointer;
border-radius: 50%;
background-color: var(--cyan-600);
transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
Expand Down

0 comments on commit d6a29a8

Please sign in to comment.