chore: rebuild

This commit is contained in:
Lucas Larroche 2022-02-27 14:58:34 +07:00
parent a039b2fd4b
commit 437b3fb8ce
20 changed files with 35 additions and 32 deletions

View file

@ -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);