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]
Esse commit está contido em:
Chris Rebert
2015-04-08 03:52:09 -07:00
commit 22178f9c3b
-6
Ver Arquivo
@@ -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 {