Active carousel dot shouldn't be clickable
This commit is contained in:
parent
d11a47bdbc
commit
d0cdc48bb4
|
@ -357,6 +357,9 @@ button.carousel-dot:hover,
|
||||||
button.carousel-dot.active {
|
button.carousel-dot.active {
|
||||||
color: var(--link-color) !important;
|
color: var(--link-color) !important;
|
||||||
}
|
}
|
||||||
|
button.carousel-dot.active {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* COMPOSE BUTTON */
|
/* COMPOSE BUTTON */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue