Files @ bf46c82fe4a4
Branch filter:

Location: symposion_app/static/src/bootstrap/scss/utilities/_screenreaders.scss - annotation

Joel Addison
Fix venueless token creation

Do not generate token or checkin if user does not have a ticket.
Clear existing token if user no longer has a ticket.
//
// Screenreaders
//

.sr-only {
  @include sr-only();
}

.sr-only-focusable {
  @include sr-only-focusable();
}