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