feat: remove date input icon in Firefox

#348
This commit is contained in:
Lucas Larroche 2023-04-23 10:47:16 +07:00
parent 960e793bb2
commit 5c22504843
10 changed files with 50 additions and 6 deletions

View file

@ -38,6 +38,20 @@
}
}
// Calendar icons are hidden in Firefox
@if $enable-important {
@-moz-document url-prefix() {
[type="date"],
[type="datetime-local"],
[type="month"],
[type="time"],
[type="week"] {
padding-right: var(#{$}form-element-spacing-horizontal) !important;
background-image: none !important;
}
}
}
[dir="rtl"]
:is([type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"]) {
text-align: right;