mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
15 lines
263 B
CSS
15 lines
263 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;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
}
|