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

Fix checkbox and radiobutton vertical offset #1882

Merged
merged 2 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/unreleased/change-remove-uikit
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Please note that with this change, we have also dropped and/or refactored a lot

https://github.com/owncloud/owncloud-design-system/pull/1658
https://github.com/owncloud/owncloud-design-system/issues/538
https://github.com/owncloud/owncloud-design-system/pull/1882
3 changes: 0 additions & 3 deletions src/assets/icons/shared-with-me.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/icons/shared-with-others.svg

This file was deleted.

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