Skip to content

Commit

Permalink
feat: arrows hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
kKaskak committed Jul 4, 2024
1 parent 98b3891 commit fe663f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/common/PaginationInput/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
.icon {
display: block;
color: var(--primary-foreground-color);
opacity: 0.7;
transition: opacity 0.2s ease-in-out;

&:hover {
opacity: 1;
}
}
}

Expand Down

0 comments on commit fe663f1

Please sign in to comment.