bootstrap/scss/forms
Simon Ihmig 649c2bb0bf
Add missing transition to .form-select (#34034)
A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing.

Co-authored-by: alpadev <2838324+alpadev@users.noreply.github.com>
2021-05-28 09:20:31 +02:00
..
_floating-labels.scss Fix x-paddings for select (with floating label, and in Firefox) (#34008) 2021-05-25 08:31:30 +03:00
_form-check.scss Drop transition on .form-check, keep on .form-switch 2021-01-14 19:46:50 -08:00
_form-control.scss Revert "use :read-only css selector instead [readonly] for consistency (#33642)" (#33961) 2021-05-13 17:01:46 +03:00
_form-range.scss Consistently use outline:0 rather than outline:none (#32751) 2021-01-10 16:13:08 +00:00
_form-select.scss Add missing transition to .form-select (#34034) 2021-05-28 09:20:31 +02:00
_form-text.scss Add $form-text-font-weight (#30617) 2020-04-20 08:19:06 +02:00
_input-group.scss feat(RTL): implement RTL 2020-12-04 07:52:03 +02:00
_labels.scss Require .form-label classes on form labels (#30476) 2020-03-31 20:02:57 +02:00
_validation.scss Extended form validation states customization capabilities (#31757) 2020-12-17 07:07:48 +02:00