You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the default Spring Security login and logout pages are styled using Bootstrap CSS. The version we use is 4.0.0-beta, while the newer version is 5.3.x.
Context
Currently, the default Spring Security login and logout pages are styled using Bootstrap CSS. The version we use is
4.0.0-beta
, while the newer version is5.3.x
.It is used for:
While Bootstrap has a lot of useful built-in features, it comes with a few drawbacks:
Additionally, for air-gapped scenarios (no access to the internet):
Previous discussions
This has been mentioned previously, e.g. gh-7165 and gh-11949. The takeway is:
However, we are not specifically attached to using Bootstrap
Proposed solution
Write the minimal CSS required to achieve the desired behavior on the pages, and inline that directly.
The text was updated successfully, but these errors were encountered: