diff options
| author | Mark Otto <[email protected]> | 2014-01-28 10:57:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-28 10:57:31 -0800 |
| commit | 01dabd3391591df44f8a0d960bbd14a23723f31d (patch) | |
| tree | c031bfde13e4ccdbb6d3c42e7c16c6cc123cfaa9 /less/forms.less | |
| parent | 3a62811bbde4e428df1882bddf940f40381a8d41 (diff) | |
| parent | a9a4d81730dcebeceb5823804c289a5963731496 (diff) | |
| download | bootstrap-01dabd3391591df44f8a0d960bbd14a23723f31d.tar.xz bootstrap-01dabd3391591df44f8a0d960bbd14a23723f31d.zip | |
Merge pull request #12406 from twbs/normalize_v3
Upgrade to Normalize v3
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/less/forms.less b/less/forms.less index 687d1f437..d0189d0cc 100644 --- a/less/forms.less +++ b/less/forms.less @@ -72,13 +72,6 @@ select[size] { height: auto; } -// Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611 -select optgroup { - font-size: inherit; - font-style: inherit; - font-family: inherit; -} - // Focus for file, radio, and checkbox input[type="file"]:focus, input[type="radio"]:focus, @@ -86,17 +79,6 @@ input[type="checkbox"]:focus { .tab-focus(); } -// Fix for Chrome number input -// -// Setting certain font-sizes causes the `I` bar to appear on hover of the -// decrement button. See https://github.com/twbs/bootstrap/issues/8350. -input[type="number"] { - &::-webkit-outer-spin-button, - &::-webkit-inner-spin-button { - height: auto; - } -} - // Adjust output element output { display: block; |
