forked from dehnert/squaresdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix "Login" menu dropdown location (`dropdown-menu-right` is now `dropdown-menu-end`) - Also, it looks like the recommended markup is <ul> not <div>, so switch that - The `sr-only` (screenreader-only) class is now `visually-hidden` - Bootstrap data attributes are now `data-bs-` not just `data-` - Handle dismissible alerts better - Add the `alert-dismissible` class -- I think maybe we were just wrong before - `close` is now `btn-close` See also https://getbootstrap.com/docs/5.3/migration/, though I didn't read through all of that, just used it as a reference.
- Loading branch information
Showing
5 changed files
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters