mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06:14 -04:00
fix: <small>
tag style under a dropdown
This commit is contained in:
parent
6dc6489e69
commit
a2114c0393
81 changed files with 164 additions and 160 deletions
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.amber.min.css
vendored
2
css/pico.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.blue.min.css
vendored
2
css/pico.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.amber.min.css
vendored
2
css/pico.conditional.amber.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.blue.min.css
vendored
2
css/pico.conditional.blue.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.cyan.min.css
vendored
2
css/pico.conditional.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.fuchsia.min.css
vendored
2
css/pico.conditional.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.green.min.css
vendored
2
css/pico.conditional.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.grey.min.css
vendored
2
css/pico.conditional.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.indigo.min.css
vendored
2
css/pico.conditional.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.jade.min.css
vendored
2
css/pico.conditional.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.lime.min.css
vendored
2
css/pico.conditional.lime.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.conditional.min.css
vendored
2
css/pico.conditional.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.orange.min.css
vendored
2
css/pico.conditional.orange.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.pink.min.css
vendored
2
css/pico.conditional.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.pumpkin.min.css
vendored
2
css/pico.conditional.pumpkin.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.purple.min.css
vendored
2
css/pico.conditional.purple.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.red.min.css
vendored
2
css/pico.conditional.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.sand.min.css
vendored
2
css/pico.conditional.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.slate.min.css
vendored
2
css/pico.conditional.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.violet.min.css
vendored
2
css/pico.conditional.violet.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.yellow.min.css
vendored
2
css/pico.conditional.yellow.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ main {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
.pico :where(input, select, textarea, fieldset, .grid) + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
.pico :where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
.pico :where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.conditional.zinc.min.css
vendored
2
css/pico.conditional.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.cyan.min.css
vendored
2
css/pico.cyan.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.fuchsia.min.css
vendored
2
css/pico.fuchsia.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.green.min.css
vendored
2
css/pico.green.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.grey.min.css
vendored
2
css/pico.grey.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.indigo.min.css
vendored
2
css/pico.indigo.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.jade.min.css
vendored
2
css/pico.jade.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.lime.min.css
vendored
2
css/pico.lime.min.css
vendored
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.orange.min.css
vendored
2
css/pico.orange.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.pink.min.css
vendored
2
css/pico.pink.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.pumpkin.min.css
vendored
2
css/pico.pumpkin.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.purple.min.css
vendored
2
css/pico.purple.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.red.min.css
vendored
2
css/pico.red.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.sand.min.css
vendored
2
css/pico.sand.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.slate.min.css
vendored
2
css/pico.slate.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.violet.min.css
vendored
2
css/pico.violet.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.yellow.min.css
vendored
2
css/pico.yellow.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1528,17 +1528,17 @@ textarea[aria-invalid] {
|
|||
background-size: 1rem var(--pico-icon-height) !important;
|
||||
}
|
||||
|
||||
:where(input, select, textarea, fieldset, .grid) + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown) + small {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin-top: calc(var(--pico-spacing) * -0.75);
|
||||
margin-bottom: var(--pico-spacing);
|
||||
color: var(--pico-muted-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=false] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=false] + small {
|
||||
color: var(--pico-ins-color);
|
||||
}
|
||||
:where(input, select, textarea, fieldset, .grid)[aria-invalid=true] + small {
|
||||
:where(input, select, textarea, fieldset, .grid, .dropdown)[aria-invalid=true] + small {
|
||||
color: var(--pico-del-color);
|
||||
}
|
||||
|
||||
|
|
2
css/pico.zinc.min.css
vendored
2
css/pico.zinc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -438,9 +438,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@if map.get($modules, "layout/grid") and $enable-classes {
|
||||
$helper-previous-tags: $helper-previous-tags + ", .grid";
|
||||
}
|
||||
@if map.get($modules, "components/dropdown") and $enable-classes {
|
||||
$helper-previous-tags: $helper-previous-tags + ", .dropdown";
|
||||
}
|
||||
|
||||
#{$parent-selector} :where(#{$helper-previous-tags}) {
|
||||
+ small {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue