mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
chore: rebuild
This commit is contained in:
parent
a039b2fd4b
commit
437b3fb8ce
20 changed files with 35 additions and 32 deletions
|
@ -2046,17 +2046,17 @@ details[role=list] {
|
|||
border-bottom: none;
|
||||
}
|
||||
details[role=list] summary {
|
||||
height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
|
||||
margin-bottom: 0;
|
||||
padding: var(--form-element-spacing-vertical) var(--form-element-spacing-horizontal);
|
||||
border: var(--border-width) solid var(--form-element-border-color);
|
||||
border-radius: var(--border-radius);
|
||||
height: calc(1rem * var(--line-height) + var(--form-element-spacing-vertical) * 2 + var(--border-width) * 2);
|
||||
line-height: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
details[role=list] summary::after {
|
||||
transform: rotate(0deg);
|
||||
height: 100%;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
details[role=list] summary + ul {
|
||||
z-index: 100;
|
||||
|
@ -2080,11 +2080,11 @@ details[role=list] summary + ul li::marker {
|
|||
content: "";
|
||||
}
|
||||
details[role=list] summary + ul li label {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: var(--form-element-spacing-vertical) var(--form-element-spacing-horizontal);
|
||||
cursor: pointer;
|
||||
}
|
||||
details[role=list] summary + ul li label:hover {
|
||||
background-color: var(--secondary-focus);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue