From: Mark Otto Date: Mon, 1 Oct 2012 05:49:14 +0000 (-0700) Subject: remove firefox <3.6 css hacks for buttons X-Git-Tag: v3.0.0-rc1~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b06edc7d7b8658e1861362584e1dffd2dfb831b;p=thirdparty%2Fbootstrap.git remove firefox <3.6 css hacks for buttons --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bcaa06ed26..dcec2920e2 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 25bfb9ae9f..10116bf4be 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 // --------------------------------------------------