Commit 07c11f5e authored by Chris Rebert's avatar Chris Rebert

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
parent 7d8bad58
...@@ -67,12 +67,6 @@ ...@@ -67,12 +67,6 @@
} }
// Bootstrap specific changes start // 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 // Bootstrap components
.navbar { .navbar {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment