aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-08 03:52:09 -0700
committerChris Rebert <[email protected]>2015-04-08 03:53:46 -0700
commit22178f9c3b8c4357cfddbf44116361ee867ded6d (patch)
tree0bd93844ad857e0731b143deb5e5d0468ff3d8bf
parent8a9d698daf6e2e25004733810b9fa8d0a4a1ccd4 (diff)
downloadbootstrap-22178f9c3b8c4357cfddbf44116361ee867ded6d.tar.xz
bootstrap-22178f9c3b8c4357cfddbf44116361ee867ded6d.zip
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]
-rw-r--r--less/print.less6
1 files changed, 0 insertions, 6 deletions
diff --git a/less/print.less b/less/print.less
index 94ca58f12..66e54ab48 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 {