From: Chris Rebert Date: Fri, 15 May 2015 19:11:15 +0000 (-0700) Subject: Permanent proper fix for dist-css X-Git-Tag: v4.0.0-alpha~218^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62da5947a8b5d0b40e15073fc4f9f98c2139af99;p=thirdparty%2Fbootstrap.git Permanent proper fix for dist-css Bump mq4-hover-shim to ^0.2.0 Revert "fix dist css" This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8. --- diff --git a/package.json b/package.json index 5599e0fadf..c19bd8d89e 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "grunt-stamp": "^0.1.0", "load-grunt-tasks": "~3.1.0", "markdown-it": "^4.0.1", - "mq4-hover-shim": "^0.1.0", + "mq4-hover-shim": "^0.2.0", "npm-shrinkwrap": "^200.1.0", "time-grunt": "^1.1.0" }, diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ceda729793..64dd736830 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -213,7 +213,7 @@ } // IE9 hack to hide the arrow -@media screen and ("min-width:0\0") { +@media screen and (min-width:0\0) { .select select { z-index: 1; padding: .5rem 1.5rem .5rem 1rem;