mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
chore: build
This commit is contained in:
parent
4a6dd73f5e
commit
2c923e5e2c
16 changed files with 24 additions and 24 deletions
|
@ -1139,7 +1139,7 @@ textarea[disabled],
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio])[aria-invalid] {
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week])[aria-invalid] {
|
||||
padding-right: calc(var(--form-element-spacing-horizontal) + 1.5rem);
|
||||
padding-left: var(--form-element-spacing-horizontal);
|
||||
-webkit-padding-start: var(--form-element-spacing-horizontal);
|
||||
|
@ -1150,10 +1150,10 @@ textarea[disabled],
|
|||
background-size: 1rem auto;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio])[aria-invalid=false] {
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week])[aria-invalid=false] {
|
||||
background-image: var(--icon-valid);
|
||||
}
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio])[aria-invalid=true] {
|
||||
:where(input, select, textarea):not([type=checkbox], [type=radio], [type=date], [type=datetime-local], [type=month], [type=time], [type=week])[aria-invalid=true] {
|
||||
background-image: var(--icon-invalid);
|
||||
}
|
||||
:where(input, select, textarea)[aria-invalid=false] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue