diff options
| author | Chris Rebert <[email protected]> | 2015-04-08 11:37:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-04-08 11:37:05 -0700 |
| commit | 258310aa2b0c589254a7e02333d753ef8d8ffd8e (patch) | |
| tree | d093ba6a298aea1fa3eadd371423abc2422ad1c8 | |
| parent | b9b824c5922eca4e7c02ecfe8f2836cbfb38ec7e (diff) | |
| parent | 22178f9c3b8c4357cfddbf44116361ee867ded6d (diff) | |
| download | bootstrap-258310aa2b0c589254a7e02333d753ef8d8ffd8e.tar.xz bootstrap-258310aa2b0c589254a7e02333d753ef8d8ffd8e.zip | |
Merge pull request #16259 from twbs/chrome-fixed-that
rm defunct workaround for OS X Chrome <select> printing bug
| -rw-r--r-- | less/print.less | 6 |
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 { |
