Skip to content

Commit

Permalink
Add remove-icon-black for hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjuhuss committed Dec 2, 2024
1 parent 3c1b638 commit 64609bf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
9 changes: 9 additions & 0 deletions img/remove-icon-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions img/remove-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions src/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,16 @@ button.scroll-to-top {
}

.btn-remove {
width: 1.4rem;
height: 1.4rem !important;
width: 1.2rem;
height: 1.2rem !important;
background-image: url("../../img/remove-icon.svg");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
box-shadow: none !important;

&:hover {
background-image: url("../../img/remove-icon-black.svg");
}
}

0 comments on commit 64609bf

Please sign in to comment.