Commit 2b06edc7 authored by Mark Otto's avatar Mark Otto

remove firefox <3.6 css hacks for buttons

parent bbd543db
...@@ -3304,12 +3304,6 @@ input[type="button"].btn-block { ...@@ -3304,12 +3304,6 @@ input[type="button"].btn-block {
background-color: #080808 \9; background-color: #080808 \9;
} }
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
padding: 0;
border: 0;
}
.btn-link, .btn-link,
.btn-link:active, .btn-link:active,
.btn-link[disabled] { .btn-link[disabled] {
......
...@@ -168,20 +168,6 @@ input[type="button"] { ...@@ -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 // Link buttons
// -------------------------------------------------- // --------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment