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
This commit is contained in:
Chris Rebert 2014-12-16 19:59:05 -08:00
parent 7d8bad586b
commit 07c11f5e92
1 changed files with 0 additions and 6 deletions

View File

@ -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 {