mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
feat: remove date input icon in Firefox
This commit is contained in:
parent
84ff387636
commit
ef2e8778ac
13 changed files with 53 additions and 9 deletions
|
@ -1329,6 +1329,16 @@ input:not([type=checkbox], [type=radio], [type=range], [type=file])[type=time] {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
@-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;
|
||||
}
|
||||
}
|
||||
[type=file] {
|
||||
--color: var(--muted-color);
|
||||
padding: calc(var(--form-element-spacing-vertical) * 0.5) 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue