mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +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 {
|
||||
color: var(--link-color) !important;
|
||||
}
|
||||
button.carousel-dot.active {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* COMPOSE BUTTON */
|
||||
|
||||
|
|
Loading…
Reference in a new issue