Please add a new option for nestable slider arrows so that we can completely hide the arrow when disabled. Exactly what the following code does.
.splide__arrow:disabled{
display: none;
}
Please add a new option for nestable slider arrows so that we can completely hide the arrow when disabled. Exactly what the following code does.
.splide__arrow:disabled{
display: none;
}