mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
Merge branch 'dev' into dev
This commit is contained in:
commit
bd2ff599a6
17 changed files with 31 additions and 25 deletions
|
@ -209,7 +209,7 @@ textarea[disabled],
|
|||
|
||||
// Aria-invalid
|
||||
:where(input, select, textarea) {
|
||||
&:not([type="checkbox"], [type="radio"]) {
|
||||
&: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…
Add table
Add a link
Reference in a new issue