Active carousel dot shouldn't be clickable

pull/1/head
Lim Chee Aun 2022-12-10 20:47:53 +08:00
rodzic d11a47bdbc
commit d0cdc48bb4
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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 */