mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-07 00:34:41 +00:00
13 lines
228 B
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;
|
|
}
|
|
}
|