From 2b06edc7d7b8658e1861362584e1dffd2dfb831b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 30 Sep 2012 22:49:14 -0700 Subject: [PATCH] remove firefox <3.6 css hacks for buttons --- docs/assets/css/bootstrap.css | 6 ------ less/buttons.less | 14 -------------- 2 files changed, 20 deletions(-) diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bcaa06ed..dcec2920 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 25bfb9ae..10116bf4 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 // --------------------------------------------------