Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2020-12-07 20:08:31 +0300
committerGitHub <noreply@github.com>2020-12-07 20:08:31 +0300
commit33b275c04b0957a830a6d3a57682ed216b18b887 (patch)
treeaf97f79e2c9998b488b27fee49e838370cee101a /scss/forms
parent5538ffb29214be2c946eb846ddbc41ee839b590f (diff)
Remove vertical-align from .form-select (#32318)
Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/forms')
-rw-r--r--scss/forms/_form-select.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/forms/_form-select.scss b/scss/forms/_form-select.scss
index 1866da9647..a89fb94e20 100644
--- a/scss/forms/_form-select.scss
+++ b/scss/forms/_form-select.scss
@@ -12,7 +12,6 @@
font-weight: $form-select-font-weight;
line-height: $form-select-line-height;
color: $form-select-color;
- vertical-align: middle;
background-color: $form-select-bg;
background-image: escape-svg($form-select-indicator);
background-repeat: no-repeat;