Fixed accidental highlighting on image carousels.
This commit is contained in:
parent
162dfeef85
commit
d35f714c09
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user