mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove defunct OS X Chrome <select> printing bug workaround
Chrome fixed the bug as of v37: https://code.google.com/p/chromium/issues/detail?id=282918
This commit is contained in:
parent
7d8bad586b
commit
07c11f5e92
1 changed files with 0 additions and 6 deletions
|
@ -67,12 +67,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bootstrap specific changes start
|
// Bootstrap specific changes start
|
||||||
//
|
|
||||||
// Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245
|
|
||||||
// Once fixed, we can just straight up remove this.
|
|
||||||
select {
|
|
||||||
background: #fff !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Bootstrap components
|
// Bootstrap components
|
||||||
.navbar {
|
.navbar {
|
||||||
|
|
Loading…
Reference in a new issue