Skip to content

Commit

Permalink
unset border icons on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 12, 2024
1 parent 5c2a22d commit cdd5c27
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
12 changes: 12 additions & 0 deletions sass/home/_sale_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,18 @@
.swiper-pagination {
display: none;
}
.swiper-wrapper {
.swiper-slide {
&__icons {
.compare-box-icon,
.fav-box-icon {
&:hover {
border: unset;
}
}
}
}
}
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,10 @@ body {
.main-2-0 #sale #sale-slider .swiper-pagination {
display: none;
}
.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;
}
}
.main-2-0 #favourite-categories {
position: relative;
Expand Down
Loading

0 comments on commit cdd5c27

Please sign in to comment.