New setting for nestable slider arrows > disabled style

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;
}

1 Like