Skip to content

Commit

Permalink
change border on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 12, 2024
1 parent 632eb3f commit a798a9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sass/home/_sale_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
.compare-box-icon,
.fav-box-icon {
&:hover {
border: unset;
border: 1px solid $light_grey03;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ body {
}
.main-2-0 #sale #sale-slider .swiper-wrapper .swiper-slide__icons .compare-box-icon:hover,
.main-2-0 #sale #sale-slider .swiper-wrapper .swiper-slide__icons .fav-box-icon:hover {
border: unset;
border: 1px solid #d9d9d9;
}
}
@media (min-width: 761px) {
Expand Down
Loading

0 comments on commit a798a9d

Please sign in to comment.