From d887e7cf473fe2bdc04b2f5b3bde48ab5c22fee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 31 Aug 2023 09:28:23 +0200 Subject: [PATCH] Align NcCheckboxRadioSwitch labels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- .../NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue b/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue index 215d03d006..c402c21e70 100644 --- a/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue +++ b/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue @@ -669,12 +669,6 @@ export default { background-color: var(--color-primary-element-light-hover); } - &-checkbox, &-switch { - .checkbox-radio-switch__label { - padding: 4px 10px; // we use 24x24px sized MDI icons for checkbox and radiobutton -> (44px - 24 px) / 2 = 10px - } - } - // Switch specific rules &-switch:not(&--checked) &__icon > * { color: var(--color-text-maxcontrast);