diff options
| author | Mark Otto <[email protected]> | 2012-09-30 22:49:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 22:49:14 -0700 |
| commit | 2b06edc7d7b8658e1861362584e1dffd2dfb831b (patch) | |
| tree | 05577e934ac1e7d7a57ddca7e1c2e81b9404f2c6 | |
| parent | bbd543db53cd8c5d295db67af2bc2517d5c11f1c (diff) | |
| download | bootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.tar.xz bootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.zip | |
remove firefox <3.6 css hacks for buttons
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 | ||||
| -rw-r--r-- | less/buttons.less | 14 |
2 files changed, 0 insertions, 20 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bcaa06ed2..dcec2920e 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3304,12 +3304,6 @@ input[type="button"].btn-block { background-color: #080808 \9; } -button.btn::-moz-focus-inner, -input[type="submit"].btn::-moz-focus-inner { - padding: 0; - border: 0; -} - .btn-link, .btn-link:active, .btn-link[disabled] { diff --git a/less/buttons.less b/less/buttons.less index 25bfb9ae9..10116bf4b 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -168,20 +168,6 @@ input[type="button"] { } -// Cross-browser Jank -// -------------------------------------------------- - -button.btn, -input[type="submit"].btn { - - // Firefox 3.6 only I believe - &::-moz-focus-inner { - padding: 0; - border: 0; - } - -} - // Link buttons // -------------------------------------------------- |
