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

Commit

Permalink
Merge pull request #1882 from owncloud/small-fixes
Browse files Browse the repository at this point in the history
Fix checkbox and radiobutton vertical offset
  • Loading branch information
kulmann committed Jan 13, 2022
2 parents 6e77bed + 86cf4f6 commit b6bb902
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
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

0 comments on commit b6bb902

Please sign in to comment.