mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
chore: build
This commit is contained in:
parent
eb90cfd185
commit
2e2029534c
236 changed files with 708 additions and 354 deletions
|
@ -1521,6 +1521,7 @@ main {
|
|||
}
|
||||
.pico select[multiple] option:checked {
|
||||
background: var(--pico-form-element-selected-background-color);
|
||||
color: var(--pico-form-element-color);
|
||||
}
|
||||
|
||||
[dir=rtl] .pico select:not([multiple], [size]) {
|
||||
|
@ -1636,7 +1637,7 @@ main {
|
|||
}
|
||||
.pico [type=checkbox][role=switch]:before {
|
||||
display: block;
|
||||
width: calc(1.25em - var(--pico-border-width) * 2);
|
||||
width: calc(1.25em - (var(--pico-border-width) * 2));
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
background-color: var(--pico-color);
|
||||
|
@ -1654,7 +1655,9 @@ main {
|
|||
background-image: none;
|
||||
}
|
||||
.pico [type=checkbox][role=switch]:checked::before {
|
||||
margin-inline-start: calc(1.125em - var(--pico-border-width));
|
||||
margin-inline-start: calc(
|
||||
2.25em - 1.25em / 2 - var(--pico-border-width) * 3
|
||||
);
|
||||
}
|
||||
.pico [type=checkbox][role=switch][disabled] {
|
||||
--pico-background-color: var(--pico-border-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue