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

13 lines
228 B
CSS

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