mirror of
https://github.com/picocss/pico.git
synced 2025-02-23 00:01:58 -05:00
fix: add exclusions to aria-invalid
This commit is contained in:
parent
d86b497c91
commit
4a6dd73f5e
@ -209,7 +209,7 @@ textarea[disabled],
|
||||
|
||||
// Aria-invalid
|
||||
:where(input, select, textarea) {
|
||||
&:not([type="checkbox"]):not([type="radio"]):not([type="date"]) {
|
||||
&:not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"]) {
|
||||
&[aria-invalid] {
|
||||
@if $enable-important {
|
||||
padding-right: calc(
|
||||
|
Loading…
x
Reference in New Issue
Block a user