Fixed accidental highlighting on image carousels.

This commit is contained in:
David Ball 2024-07-18 12:23:58 -04:00
parent 162dfeef85
commit d35f714c09

View File

@ -1,5 +1,5 @@
:root { /* :root {
} } */
/* .swiper-scrollbar.swiper-scrollbar-horizontal { /* .swiper-scrollbar.swiper-scrollbar-horizontal {
bottom: 0; bottom: 0;
height: 40px; height: 40px;
@ -35,6 +35,11 @@
/* background-color: coral; */ /* background-color: coral; */
} }
.carousel-swiper .swiper-wrapper::selection, .carousel-swiper .overlay::selection, .carousel-swiper .swiper-slide::selection, .carousel-swiper .carousel-img::selection {
background-color: transparent;
color: transparent;
}
.carousel-swiper .overlay { .carousel-swiper .overlay {
z-index: -1000; z-index: -1000;
position: absolute; position: absolute;