mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
chore: update dependencies
This commit is contained in:
parent
74131c9b34
commit
8887e68cce
6 changed files with 97 additions and 44 deletions
|
@ -119,7 +119,14 @@
|
|||
#{$✨}form-element-valid-focus-color: var(#{$✨}form-element-valid-active-border-color);
|
||||
|
||||
// Focus for buttons, radio and select
|
||||
input:is([type="submit"], [type="button"], [type="reset"], [type="checkbox"], [type="radio"], [type="file"]) {
|
||||
input:is(
|
||||
[type="submit"],
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="checkbox"],
|
||||
[type="radio"],
|
||||
[type="file"]
|
||||
) {
|
||||
#{$✨}form-element-focus-color: var(#{$✨}primary-focus);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -119,7 +119,14 @@
|
|||
#{$✨}form-element-valid-focus-color: var(#{$✨}form-element-valid-active-border-color);
|
||||
|
||||
// Focus for buttons, radio and select
|
||||
input:is([type="submit"], [type="button"], [type="reset"], [type="checkbox"], [type="radio"], [type="file"]) {
|
||||
input:is(
|
||||
[type="submit"],
|
||||
[type="button"],
|
||||
[type="reset"],
|
||||
[type="checkbox"],
|
||||
[type="radio"],
|
||||
[type="file"]
|
||||
) {
|
||||
#{$✨}form-element-focus-color: var(#{$✨}primary-focus);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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