mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46:14 -04:00
chore: update dependencies
This commit is contained in:
parent
74131c9b34
commit
8887e68cce
6 changed files with 97 additions and 44 deletions
|
@ -247,7 +247,14 @@
|
|||
}
|
||||
|
||||
// Inputs and Selects
|
||||
input:not([type="submit"], [type="button"], [type="reset"], [type="checkbox"], [type="radio"], [type="file"]),
|
||||
input:not(
|
||||
[type="submit"],
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="checkbox"],
|
||||
[type="radio"],
|
||||
[type="file"]
|
||||
),
|
||||
:where(select, textarea) {
|
||||
#{$✨}outline-width: 0.0625rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue