Browse Source

Revert changes to medium sized checkbox

pull/4089/head
Andrew Kingston 5 years ago
parent
commit
294dd232bc
  1. 5
      packages/bbui/src/Form/Core/Checkbox.svelte

5
packages/bbui/src/Form/Core/Checkbox.svelte

@ -51,11 +51,6 @@
</label>
<style>
.spectrum-Checkbox--sizeM .spectrum-Checkbox-checkmark {
transform: scale(1);
left: 49%;
top: 50%;
}
.spectrum-Checkbox--sizeL .spectrum-Checkbox-checkmark {
transform: scale(1.1);
left: 55%;

Loading…
Cancel
Save