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 {
|
||||
bottom: 0;
|
||||
height: 40px;
|
||||
|
@ -35,6 +35,11 @@
|
|||
/* 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 {
|
||||
z-index: -1000;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue
Block a user