-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-84613-main -
-
-
1
-
HQ 2025 Sprint I1.2 Moppies
After Bootstrap 5 upgrade, although the "Skip to main content" is present in the page and focusable, it is not visible.
That is happening because when refactoring from previous versions "sr-only" and "sr-only-focusable" were replaced with "visually-hidden" and "visually-hidden-focusable", and we should only use "visually-hidden-focusable".
This is because in BS5 "visually-hidden" class does many more things than BS4 "sr-only" to hide the element.
- is a regression caused by
-
MDL-75669 Upgrade the Boost theme with Bootstrap 5.x
-
- Closed
-