From: Chris Rebert Date: Wed, 8 Apr 2015 10:52:09 +0000 (-0700) Subject: rm defunct workaround for OS X Chrome 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] --- diff --git a/less/print.less b/less/print.less index 94ca58f12a..66e54ab489 100644 --- a/less/print.less +++ b/less/print.less @@ -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 {