aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/forms.less6
2 files changed, 0 insertions, 10 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7fd15498e..c1d682426 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1135,10 +1135,6 @@ input[type="file"] {
line-height: 34px;
}
-select {
- border: 1px solid #cccccc;
-}
-
select[multiple],
select[size] {
height: auto;
diff --git a/less/forms.less b/less/forms.less
index 883bf1cf2..252ce4cd2 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -138,12 +138,6 @@ input[type="file"] {
line-height: @input-height-base;
}
-// Make select elements obey height by applying a border
-// TODO: See if this can be part of the above selector stack
-select {
- border: 1px solid @input-border;
-}
-
// Make multiple select elements height not fixed
select[multiple],
select[size] {