0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #35 from twbs/rm-chrome-osx-print-workaround

Remove defunct OS X Chrome <select> printing bug workaround
This commit is contained in:
Mark Otto 2014-12-17 12:28:42 -08:00
commit 456f60da60

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 {