mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-25 11:33:44 +00:00
remove firefox <3.6 css hacks for buttons
This commit is contained in:
parent
bbd543db53
commit
2b06edc7d7
2 changed files with 0 additions and 20 deletions
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
|
|
@ -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"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// 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
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue