diff options
| author | Mark Otto <[email protected]> | 2014-12-17 12:28:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-17 12:28:42 -0800 |
| commit | 456f60da60cb38b66794ec0deb0fc5d9d6233dd6 (patch) | |
| tree | a77f3649156e24c43d85cfa8a2f7c763d9c9bff0 | |
| parent | dab0b97ce4eb7903bcedd58afe861930a8707f12 (diff) | |
| parent | 07c11f5e928369a6def5a030113dc51e8322c225 (diff) | |
| download | bootstrap-456f60da60cb38b66794ec0deb0fc5d9d6233dd6.tar.xz bootstrap-456f60da60cb38b66794ec0deb0fc5d9d6233dd6.zip | |
Merge pull request #35 from twbs/rm-chrome-osx-print-workaround
Remove defunct OS X Chrome <select> printing bug workaround
| -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 { |
