Created build-dev script to only build 1 css file for quicker testing enviroment. Added accordion javascript for slide effect. modified the notification scss, and added more demos.

This commit is contained in:
Yohn 2024-11-12 00:35:16 -05:00
parent b1fcd44b73
commit 26e82a693d
246 changed files with 1716 additions and 2269 deletions

View file

@ -2404,12 +2404,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -3307,8 +3296,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -3307,8 +3296,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -2936,8 +2925,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2238,12 +2238,6 @@ details {
display: block;
margin-bottom: var(--pico-spacing);
}
details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
details summary {
line-height: 1rem;
list-style-type: none;
@ -2303,11 +2297,6 @@ details[open] > summary:not([role]):not(:focus) {
details[open] > summary::after {
transform: rotate(0);
}
details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] details summary {
text-align: right;
@ -2936,8 +2925,8 @@ progress::-moz-progress-bar {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -2965,6 +2954,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

File diff suppressed because one or more lines are too long

View file

@ -2404,12 +2404,6 @@ main {
display: block;
margin-bottom: var(--pico-spacing);
}
.pico details:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
.pico details summary {
line-height: 1rem;
list-style-type: none;
@ -2469,11 +2463,6 @@ main {
.pico details[open] > summary::after {
transform: rotate(0);
}
.pico details[open] > summary ~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition: max-height var(--pico-transition), opacity var(--pico-transition);
}
[dir=rtl] .pico details summary {
text-align: right;
@ -3307,8 +3296,8 @@ body:has(dialog[open]) {
}
/**
* Notification (<dialog>)
*/
* Notification (<dialog>)
*/
dialog[role=alert] {
position: fixed;
top: unset;
@ -3336,6 +3325,12 @@ dialog[role=alert] {
-moz-user-select: none;
user-select: none;
}
dialog[role=alert] > * {
color: var(--pico-primary-inverse);
font-weight: var(--pico-font-weight);
font-size: var(--pico-font-size);
line-height: var(--pico-line-height);
}
dialog[data-backdrop=false][role=alert]::backdrop {
display: none;

Some files were not shown because too many files have changed in this diff Show more