[BUGFIX] Drop input-group-btn usages if possible
The class input-group-btn was removed in bootstrap 4.6, we are now dropping leftover usages. There is still a leftover in the form framework rendering we cannot remove that easily. We are keeping it as is for now since it would require refactoring of the form javascript. The other place in combination with typo3-mfa-totp-url-info-button is handled in a dedicated patch. Resolves: #100463 Releases: main Change-Id: I5dbed36ff2b4c1e3e652523c488ed12284f20379 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78475 Tested-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
core-ci <typo3@b13.com> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
Showing
- Build/Sources/Sass/_legacy.scss 0 additions, 6 deletionsBuild/Sources/Sass/_legacy.scss
- Build/Sources/Sass/form.scss 0 additions, 5 deletionsBuild/Sources/Sass/form.scss
- Build/Sources/Sass/typo3/_main_form.scss 0 additions, 16 deletionsBuild/Sources/Sass/typo3/_main_form.scss
- typo3/sysext/backend/Classes/Form/Container/InlineControlContainer.php 2 additions, 4 deletions...backend/Classes/Form/Container/InlineControlContainer.php
- typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php 6 additions, 8 deletions.../sysext/backend/Classes/Form/Element/InputSlugElement.php
- typo3/sysext/backend/Classes/View/FolderUtilityRenderer.php 0 additions, 6 deletionstypo3/sysext/backend/Classes/View/FolderUtilityRenderer.php
- typo3/sysext/backend/Resources/Private/Templates/LinkBrowser/Telephone.html 1 addition, 3 deletions...nd/Resources/Private/Templates/LinkBrowser/Telephone.html
- typo3/sysext/backend/Resources/Private/Templates/LinkBrowser/Url.html 1 addition, 3 deletions.../backend/Resources/Private/Templates/LinkBrowser/Url.html
- typo3/sysext/backend/Resources/Public/Css/backend.css 2 additions, 2 deletionstypo3/sysext/backend/Resources/Public/Css/backend.css
- typo3/sysext/core/Tests/Acceptance/Application/Scheduler/TasksCest.php 1 addition, 1 deletion...core/Tests/Acceptance/Application/Scheduler/TasksCest.php
- typo3/sysext/extensionmanager/Resources/Private/Templates/List/Distributions.html 1 addition, 5 deletions...nager/Resources/Private/Templates/List/Distributions.html
- typo3/sysext/form/Resources/Public/Css/form.css 1 addition, 1 deletiontypo3/sysext/form/Resources/Public/Css/form.css
- typo3/sysext/install/Resources/Private/Partials/Settings/Presets/Image.html 7 additions, 9 deletions...ll/Resources/Private/Partials/Settings/Presets/Image.html
- typo3/sysext/lowlevel/Classes/Controller/DatabaseIntegrityController.php 2 additions, 6 deletions...wlevel/Classes/Controller/DatabaseIntegrityController.php
- typo3/sysext/scheduler/Resources/Private/Partials/AddEditTaskGroupField.html 3 additions, 5 deletions...ler/Resources/Private/Partials/AddEditTaskGroupField.html
- typo3/sysext/tstemplate/Resources/Private/Partials/ConstantEditorFields.html 13 additions, 14 deletions...late/Resources/Private/Partials/ConstantEditorFields.html
Please register or sign in to comment