- Changes horizontal input and button padding from
1rem
to.75rem
. - Closes #21970 by using the
$btn-focus-box-shadow
variable on form controls. - Fixes #21922 (closed) by nuking
border-radius
if global radius is disabled. - 7efe4dde Adds same focus shadow effect to the form validation mixin.
- Revamp input and select height calculations. Previously,
$input-height
and 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-sm
at 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