remove firefox <3.6 css hacks for buttons

This commit is contained in:
Mark Otto
2012-09-30 22:49:14 -07:00
parent bbd543db53
commit 2b06edc7d7
2 changed files with 0 additions and 20 deletions

View File

@@ -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
// --------------------------------------------------