From 400720d00b2ebab99c2d54ad036b0100af499620 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Jan 2014 12:24:35 -0800 Subject: Remove optgroup resets from #7611 since Normalize fixes those upstream --- less/forms.less | 7 ------- 1 file changed, 7 deletions(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index 687d1f437..c3d4821db 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, -- cgit v1.2.3 From b7ac009a527869dc381b9e4c2272c822d85d2b1c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 27 Jan 2014 12:25:39 -0800 Subject: Remove #8350's reset for number inputs since Normalize fixes those upstream --- less/forms.less | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'less/forms.less') diff --git a/less/forms.less b/less/forms.less index c3d4821db..d0189d0cc 100644 --- a/less/forms.less +++ b/less/forms.less @@ -79,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; -- cgit v1.2.3