Skip to content

Commit

Permalink
Merge pull request #983 from hoangkianh/fix-976
Browse files Browse the repository at this point in the history
Fix Back button animation
  • Loading branch information
Marchand-Nicolas authored Dec 15, 2024
2 parents c9e2487 + 24476c6 commit 26fad1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/components/backButton.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
display: flex;
align-items: center;
cursor: url(../../public/icons/pointer-cursor.png), pointer;
transition: opacity 0.3s;
opacity: 0.7;
}

.backButton:hover {
opacity: 1;
}

.backButton svg {
Expand Down

0 comments on commit 26fad1c

Please sign in to comment.