Active carousel dot shouldn't be clickable

This commit is contained in:
Lim Chee Aun 2022-12-10 20:47:53 +08:00
parent d11a47bdbc
commit d0cdc48bb4

View file

@ -357,6 +357,9 @@ button.carousel-dot:hover,
button.carousel-dot.active {
color: var(--link-color) !important;
}
button.carousel-dot.active {
pointer-events: none;
}
/* COMPOSE BUTTON */