mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Active carousel dot shouldn't be clickable
This commit is contained in:
parent
d11a47bdbc
commit
d0cdc48bb4
1 changed files with 3 additions and 0 deletions
|
@ -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