Skip to content

Commit d41aad8

Browse files
committed
IBX-10648: flatpicrk has default select on safari
1 parent 152ca4d commit d41aad8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/bundle/Resources/public/scss/_picker.scss

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,19 @@
3333
}
3434
}
3535
}
36+
37+
.flatpickr-current-month {
38+
.flatpickr-monthDropdown-months,
39+
.flatpickr-monthDropdown-months:hover {
40+
-webkit-appearance: none;
41+
-moz-appearance: none;
42+
43+
padding-right: calculateRem(20px);
44+
background-image: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g transform="rotate(-45 12 24)"><path d="M12 8 V24 M12 24 H28" stroke="%23131c26" stroke-width="2" fill="none"/></g></svg>');
45+
background-repeat: no-repeat;
46+
background-position: right;
47+
background-size: calculateRem(16px) auto;
48+
background-color: transparent;
49+
}
50+
}
3651
}

0 commit comments

Comments
 (0)