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