mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Fix: Date & Time aria-invalid
This commit is contained in:
parent
a36d9addb0
commit
15aafb84df
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date & Time
|
// Date & Time
|
||||||
:not(:dir(rtl)) {
|
:not([dir="rtl"]) {
|
||||||
[type="date"],
|
[type="date"],
|
||||||
[type="datetime-local"],
|
[type="datetime-local"],
|
||||||
[type="month"],
|
[type="month"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue