mirror of
https://github.com/twbs/bootstrap.git
synced 2025-11-28 00:04:38 -05:00
Remove optgroup resets from #7611 since Normalize fixes those upstream
This commit is contained in:
parent
6a0a139cda
commit
400720d00b
5
dist/css/bootstrap.css
vendored
5
dist/css/bootstrap.css
vendored
@ -1669,11 +1669,6 @@ select[multiple],
|
|||||||
select[size] {
|
select[size] {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
select optgroup {
|
|
||||||
font-family: inherit;
|
|
||||||
font-size: inherit;
|
|
||||||
font-style: inherit;
|
|
||||||
}
|
|
||||||
input[type="file"]:focus,
|
input[type="file"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
input[type="checkbox"]:focus {
|
input[type="checkbox"]:focus {
|
||||||
|
|||||||
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -72,13 +72,6 @@ select[size] {
|
|||||||
height: auto;
|
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
|
// Focus for file, radio, and checkbox
|
||||||
input[type="file"]:focus,
|
input[type="file"]:focus,
|
||||||
input[type="radio"]:focus,
|
input[type="radio"]:focus,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user