- Changes horizontal input and button padding from
1remto.75rem. - Closes #21970 by using the
$btn-focus-box-shadowvariable on form controls. - Fixes #21922 (closed) by nuking
border-radiusif global radius is disabled. - 7efe4dde Adds same focus shadow effect to the form validation mixin.
- Revamp input and select height calculations. Previously,
$input-heightand it's sm/lg variants didn't account for top and bottomborder-width. This has been redone to utilize three total variables and onecalc()function because of mixed units. Closes #22298, closes #22484 which brought the issue to light, and fixes #22105 (closed). - Renames
$custom-select-sm-*variables to put the-smat the end, matching our other variables.
Additional commits addressed the following:
- Fixes #21581 (closed) with additional grid options
- Closes #22538 by cherry-picking the relevant bits into the new forms docs