mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 00:56:14 -04:00
fix: add exclusions to aria-invalid
This commit is contained in:
parent
d86b497c91
commit
4a6dd73f5e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue