[BUGFIX] Replace usage of btn-block
Usage of button specific classes was mostly removed in bootstrap 5. However, core still supports some of those classes, e.g. "btn-block". Using those classes however often leads to misbehavior updating other components, which rely on newer layout technologies. To circumvent this, usage of the "btn-block" class is migrated at all places, while the class definition is still kept for backwards compatibility. Resolves: #97891 Related: #97809 Related: #93119 Releases: main Change-Id: I0308207e4e34d52512141658797046ac470514f1 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75098 Tested-by:core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Oliver Bartsch <bo@cedev.de>
Showing
- Build/Sources/Sass/component/_buttons.scss 2 additions, 1 deletionBuild/Sources/Sass/component/_buttons.scss
- Build/Sources/TypeScript/backend/localization.ts 3 additions, 3 deletionsBuild/Sources/TypeScript/backend/localization.ts
- typo3/sysext/backend/Resources/Private/Layouts/Login.html 11 additions, 9 deletionstypo3/sysext/backend/Resources/Private/Layouts/Login.html
- typo3/sysext/backend/Resources/Private/Templates/Login/ForgetPasswordForm.html 2 additions, 2 deletions...Resources/Private/Templates/Login/ForgetPasswordForm.html
- typo3/sysext/backend/Resources/Private/Templates/Login/ResetPasswordForm.html 5 additions, 5 deletions.../Resources/Private/Templates/Login/ResetPasswordForm.html
- typo3/sysext/backend/Resources/Private/Templates/Mfa/Auth.html 2 additions, 2 deletions.../sysext/backend/Resources/Private/Templates/Mfa/Auth.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 1 addition, 1 deletiontypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/backend/Resources/Public/JavaScript/localization.js 1 addition, 1 deletion...ysext/backend/Resources/Public/JavaScript/localization.js
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Modals/InsertElements.html 1 addition, 1 deletion...te/Backend/Partials/FormEditor/Modals/InsertElements.html
- typo3/sysext/form/Resources/Private/Backend/Partials/FormEditor/Modals/InsertPages.html 1 addition, 1 deletion...ivate/Backend/Partials/FormEditor/Modals/InsertPages.html
- typo3/sysext/tstemplate/Resources/Private/Partials/InfoModifyTable.html 4 additions, 4 deletions...stemplate/Resources/Private/Partials/InfoModifyTable.html
Please register or sign in to comment