mirror of
https://github.com/picocss/pico.git
synced 2025-02-22 00:04:36 -05:00
Revert "Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid""
This reverts commit 861daac49b36680c6e33764dfb29c764e29db7e6.
This commit is contained in:
parent
ea20a9be5d
commit
070a4e2442
@ -407,6 +407,7 @@
|
||||
option {
|
||||
&:checked {
|
||||
background: var(#{$css-var-prefix}form-element-selected-background-color);
|
||||
color: var(#{$css-var-prefix}form-element-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -126,7 +126,9 @@
|
||||
background-image: none;
|
||||
|
||||
&::before {
|
||||
margin-inline-start: calc(#{$switch-width * 0.5} - var(#{$css-var-prefix}border-width));
|
||||
margin-inline-start: calc(
|
||||
#{$switch-width} - #{$switch-height} / 2 - var(#{$css-var-prefix}border-width) * 3
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user