From 53091be6d28c05f114bc0a2f74604ceb6f41845e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 17 Feb 2013 20:26:21 -0800 Subject: [PATCH] remove unnecessary select border reset --- docs/assets/css/bootstrap.css | 4 ---- less/forms.less | 6 ------ 2 files changed, 10 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7fd15498e7..c1d6824266 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 883bf1cf21..252ce4cd2d 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] {