mirror of
https://github.com/picocss/pico.git
synced 2025-12-12 00:05:36 -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
|
// Aria-invalid
|
||||||
:where(input, select, textarea) {
|
: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] {
|
&[aria-invalid] {
|
||||||
@if $enable-important {
|
@if $enable-important {
|
||||||
padding-right: calc(
|
padding-right: calc(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user