mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-05 15:54:39 +00:00
11 lines
No EOL
203 B
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;
|
|
} |