]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rm defunct workaround for OS X Chrome <select> printing bug 16259/head
authorChris Rebert <code@rebertia.com>
Wed, 8 Apr 2015 10:52:09 +0000 (03:52 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 8 Apr 2015 10:53:46 +0000 (03:53 -0700)
Chrome fixed the bug several versions ago
(see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 )
thus rendering this workaround unnecessary.

[skip sauce]

less/print.less

index 94ca58f12a93ea0b3fb378b73eec63d8c9ee7372..66e54ab489ea278cab3ac847d59449b9bcea9020 100644 (file)
     }
 
     // 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 {