Skip to content

Commit 05efcaf

Browse files
committed
Use dppx instead of non-existing ppx resolution unit
1 parent 9eb12a8 commit 05efcaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ html[dir="rtl"] .select2-search-choice-close {
628628

629629
/* Retina-ize icons */
630630

631-
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2ppx) {
631+
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
632632
.select2-search input,
633633
.select2-search-choice-close,
634634
.select2-container .select2-choice abbr,

0 commit comments

Comments
 (0)