mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
Merge pull request #35 from twbs/rm-chrome-osx-print-workaround
Remove defunct OS X Chrome <select> printing bug workaround
This commit is contained in:
commit
456f60da60
1 changed files with 0 additions and 6 deletions
|
|
@ -67,12 +67,6 @@
|
|||
}
|
||||
|
||||
// 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
|
||||
.navbar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue