Even clearer view of what section you have cued ready to play in Setlist view whilst playback is stopped or paused?

Hey @jdyoungblood,

Please excuse my super late reply on this one! Could you try this style and check if that works?

.setlist-entry.active > div > .swipe-container:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 3px var(--color-highlight);
}

I’ll also make this available as an option in the setlist view with the next beta, so you can more easily activate it :slight_smile: