aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-30 22:49:14 -0700
committerMark Otto <[email protected]>2012-09-30 22:49:14 -0700
commit2b06edc7d7b8658e1861362584e1dffd2dfb831b (patch)
tree05577e934ac1e7d7a57ddca7e1c2e81b9404f2c6
parentbbd543db53cd8c5d295db67af2bc2517d5c11f1c (diff)
downloadbootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.tar.xz
bootstrap-2b06edc7d7b8658e1861362584e1dffd2dfb831b.zip
remove firefox <3.6 css hacks for buttons
-rw-r--r--docs/assets/css/bootstrap.css6
-rw-r--r--less/buttons.less14
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
// --------------------------------------------------