]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add missing transition to `.form-select` (#34034)
authorSimon Ihmig <simon.ihmig@kaliber5.de>
Fri, 28 May 2021 07:20:31 +0000 (09:20 +0200)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 07:20:31 +0000 (09:20 +0200)
commit649c2bb0bf326db36cbbf7e72c0541b19749a70e
tree1987a6a297d2eb53ee61c703c5d59bbb1378edc3
parentf9e3d01f30b553e751b6c4d33c1648397d37cc04
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>
scss/_variables.scss
scss/forms/_form-select.scss