diff options
| author | Chris Rebert <[email protected]> | 2014-12-16 19:59:05 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-16 19:59:05 -0800 |
| commit | 07c11f5e928369a6def5a030113dc51e8322c225 (patch) | |
| tree | 8d48fd90c1e94864cb5c0af246aa1703f93fb62f | |
| parent | 7d8bad586bb5862bff46db8126632e3846a1a60a (diff) | |
| download | bootstrap-07c11f5e928369a6def5a030113dc51e8322c225.tar.xz bootstrap-07c11f5e928369a6def5a030113dc51e8322c225.zip | |
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
| -rw-r--r-- | scss/_print.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/_print.scss b/scss/_print.scss index 2f57e9486..54f9bffab 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 { |
