aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-27 12:24:35 -0800
committerMark Otto <[email protected]>2014-01-27 12:24:35 -0800
commit400720d00b2ebab99c2d54ad036b0100af499620 (patch)
tree299de484898c097d07543a61ddfc89f72db12177 /less/forms.less
parent6a0a139cdabe9ad24f2dcee3044bb62f8738df15 (diff)
downloadbootstrap-400720d00b2ebab99c2d54ad036b0100af499620.tar.xz
bootstrap-400720d00b2ebab99c2d54ad036b0100af499620.zip
Remove optgroup resets from #7611 since Normalize fixes those upstream
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less7
1 files changed, 0 insertions, 7 deletions
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,