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

remove unnecessary select border reset

parent e2d829e5
......@@ -1135,10 +1135,6 @@ input[type="file"] {
line-height: 34px;
}
select {
border: 1px solid #cccccc;
}
select[multiple],
select[size] {
height: auto;
......
......@@ -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] {
......
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