mirror of
https://github.com/picocss/pico
synced 2025-09-04 00:16:34 +00:00
chore: rebuild
This commit is contained in:
parent
a039b2fd4b
commit
437b3fb8ce
@ -2076,17 +2076,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;
|
||||
@ -2110,11 +2110,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);
|
||||
|
File diff suppressed because one or more lines are too long
3
css/pico.classless.min.css
vendored
3
css/pico.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -2353,17 +2353,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;
|
||||
@ -2387,11 +2387,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);
|
||||
|
File diff suppressed because one or more lines are too long
@ -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);
|
||||
|
File diff suppressed because one or more lines are too long
3
css/pico.fluid.classless.min.css
vendored
3
css/pico.fluid.classless.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
css/pico.min.css
vendored
3
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
css/pico.slim.min.css
vendored
2
css/pico.slim.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
css/themes/default.min.css
vendored
2
css/themes/default.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,21 +4,21 @@ details[role='list'] {
|
||||
border-bottom: none;
|
||||
|
||||
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;
|
||||
|
||||
&::after {
|
||||
transform: rotate(0deg);
|
||||
height: 100%;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
& + ul {
|
||||
@ -43,12 +43,12 @@ details[role='list'] {
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: var(--form-element-spacing-vertical)
|
||||
var(--form-element-spacing-horizontal);
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
background-color: var(--secondary-focus);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user