Skip to content

Commit

Permalink
fix: update navigation.scss to remove SASS Deprecation Warning (#7612)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillem-gelabert committed Jul 11, 2024
1 parent fd9f9c0 commit a3e0bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/navigation/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
&:after {
content: 'next';
}
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
/* Navigation font end */

0 comments on commit a3e0bf8

Please sign in to comment.