AniX/app/components/ReleaseCourusel/ReleaseCourusel.module.css

11 lines
No EOL
203 B
CSS

.swiper-button:global(.swiper-button-disabled) {
opacity: 0 !important;
}
.section .swiper-button {
display: none !important;
}
.section:hover .swiper-button {
display: flex !important;
}