aboutsummaryrefslogtreecommitdiff
path: root/scss/forms/_form-select.scss
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-12-14 09:51:31 +0200
committerGitHub <[email protected]>2021-12-14 09:51:31 +0200
commit8cdb6c40bdf55229459f479111e6a44d49052cf1 (patch)
tree04404e60519407f9a7af2ded8c4411a8604f4b2c /scss/forms/_form-select.scss
parentcd50942831c911dc2ff4b6d252361b5cbe708f1d (diff)
downloadbootstrap-8cdb6c40bdf55229459f479111e6a44d49052cf1.tar.xz
bootstrap-8cdb6c40bdf55229459f479111e6a44d49052cf1.zip
Update stylelint and stylelint-config-twbs-bootstrap (#35438)
Diffstat (limited to 'scss/forms/_form-select.scss')
-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 153ff6cd5..78c34b8fd 100644
--- a/scss/forms/_form-select.scss
+++ b/scss/forms/_form-select.scss
@@ -7,7 +7,6 @@
display: block;
width: 100%;
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
- // stylelint-disable-next-line property-no-vendor-prefix
-moz-padding-start: subtract($form-select-padding-x, 3px); // See https://github.com/twbs/bootstrap/issues/32636
font-family: $form-select-font-family;
@include font-size($form-select-font-size);