Pro 5.1 Beta 1 - Hide “disabled” slider navigation buttons

Hey :slight_smile: This is pretty darn sweet! Thanks team :heart:

I’ve got it working with CSS easily, but it would be nice if there was a way to natively hide disabled slider navigation buttons.

[data-x-slide-prev][disabled],
[data-x-slide-next][disabled]{
   opacity: 0;
   pointer-events: none;
}

p.s. I also accidentally originally posted this a day ago in the main support forum at the following link. Don’t know if you want that deleted or moved here? Up to you guys! Pro 5.1 Beta 1 - Hide "disabled" slider navigation buttons

Aaannnd, I now see you’ve already answered a similar question here: Pro 5.1 Beta 1: Slide Navigation / Feature Request

Might be a nice addition to the docs to explain that! :smiley:

Glad you found it! Yes, there are a few things we’ll need to update in Docs for sure.