Skip to content

Commit

Permalink
Merge pull request harvesthq#2155 from peterjmag/patch-1
Browse files Browse the repository at this point in the history
Add dppx to Retina media query
  • Loading branch information
Matthew Lettini committed Jan 6, 2015
2 parents fc88f2d + 426fa78 commit cb92d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/chosen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ $chosen-sprite-retina: image-url('[email protected]') !default;
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
Expand Down

0 comments on commit cb92d40

Please sign in to comment.