From 07c11f5e928369a6def5a030113dc51e8322c225 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Tue, 16 Dec 2014 19:59:05 -0800
Subject: [PATCH] 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
---
 scss/_print.scss | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/scss/_print.scss b/scss/_print.scss
index 2f57e94863..54f9bffab8 100644
--- a/scss/_print.scss
+++ b/scss/_print.scss
@@ -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 {
-- 
GitLab