"Delete Semester" (modal submit) button flicker-shows on staff semester page #2150
Labels
[C] Frontend
Focuses on frontend implementation
[T] Bug
This is a bug. We don't like it. Please get rid of it.
@niklasmohrin we have an anti-flicker css rule in #1985:
EvaP/evap/static/scss/components/_confirmation-modal.scss
Lines 1 to 6 in e93b9f2
However, the selector here excludes the submit group. For me, on the staff semester index page, the red "Delete Semester" button thus shows for a short period during page load. Removing the
> :not([slot="submit-group"])
part of the selector fixes the flickering for me, but I guess there was a reason for this exclusion?The text was updated successfully, but these errors were encountered: