rm defunct workaround for OS X Chrome <select> printing bug

Chrome fixed the bug several versions ago
(see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 )
thus rendering this workaround unnecessary.

[skip sauce]
This commit is contained in:
Chris Rebert 2015-04-08 03:52:09 -07:00
parent 8a9d698daf
commit 22178f9c3b
1 changed files with 0 additions and 6 deletions

View File

@ -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 {