Commit 53091be6 authored by Mark Otto's avatar Mark Otto

remove unnecessary select border reset

parent e2d829e5
...@@ -1135,10 +1135,6 @@ input[type="file"] { ...@@ -1135,10 +1135,6 @@ input[type="file"] {
line-height: 34px; line-height: 34px;
} }
select {
border: 1px solid #cccccc;
}
select[multiple], select[multiple],
select[size] { select[size] {
height: auto; height: auto;
......
...@@ -138,12 +138,6 @@ input[type="file"] { ...@@ -138,12 +138,6 @@ input[type="file"] {
line-height: @input-height-base; 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 // Make multiple select elements height not fixed
select[multiple], select[multiple],
select[size] { select[size] {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment