Skip to content

Commit

Permalink
update cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyre committed Nov 28, 2024
1 parent 8342ca7 commit be7fe66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ label {
&:hover {
transition: color 0.3s ease;
color: var(--fg-primary);
cursor: pointer;
}
}
input:checked + label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ label {
&:hover {
transition: color 0.3s ease;
color: var(--fg-primary);
cursor: pointer;
.svg-icon {
transition: fill 0.3s ease;
fill: var(--fg-primary);
Expand Down

0 comments on commit be7fe66

Please sign in to comment.