OSC / ondemand

Supercomputing. Seamlessly. Open, Interactive HPC Via the Web
https://openondemand.org/
MIT License
263 stars 98 forks source link

Fix flash button after upgrade to Bootstrap 5 #3592

Closed ashton22305 closed 2 weeks ago

ashton22305 commented 3 weeks ago

fixes #3591

Changed data-dismiss to data-bs-dismiss to restore functionality.

Changed close to btn-close and removed span elements with &times to update buttons appearances to Bootstrap 5. The alignment still doesn't look quite right though: image

ashton22305 commented 3 weeks ago

Adding alert-dismissible to the flashes fixed the alignment: image Tests need updated though in order to account for Bootstrap using SVGs for the close button instead of a character.