Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Fix checkbox and radiobutton vertical offset
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Jan 13, 2022
1 parent dadb2f3 commit 2343bc0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/styles/theme/oc-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ $form-select-disabled-icon-color: var(--oc-color-text-muted) !default;
$form-datalist-padding-right: 20px !default;
$form-datalist-icon-color: var(--oc-color-text-default) !default;

$form-radio-size: 16px !default;
$form-radio-margin-top: -4px !default;
$form-radio-background: var(--oc-color-background-muted) !default;

$form-radio-checked-background: $oc-color-swatch-primary-default !default;
Expand Down Expand Up @@ -464,9 +462,6 @@ select.oc-form-width-xsmall { width: ($form-width-xsmall + 25px); }
/* 1 */
display: inline-block;

/* 3 */
margin-top: $form-radio-margin-top;

/* 2 */
overflow: hidden;
vertical-align: middle;
Expand Down

0 comments on commit 2343bc0

Please sign in to comment.