]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
fix(forms): input-group and validation icons (#32968)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Mon, 15 Feb 2021 19:13:43 +0000 (20:13 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 19:13:43 +0000 (21:13 +0200)
commit030af97fad80e719c1bff1307225413ea959dac0
tree6f95db3d89c013328c00ab8964ae1dc93667483b
parent29674b8426a564a13f2edc691e442ed8cc48069b
fix(forms): input-group and validation icons (#32968)

Fixes #30131

Issue mentions `form-control` but it impacts `.custom-select` — but not `textarea` since it has a qualifying type selector that increases its specificty.

So another way could be to set `select.custom-select` and `input.form-control`. Would there be any other tag concerned by those classes?

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
scss/mixins/_forms.scss