From f630bd27f7ff881050a4ca516a96d00c8ba8afb6 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 11 Aug 2022 10:15:40 +0200 Subject: Adapt to new Nextcloud vue style Signed-off-by: Carl Schwan --- .../src/components/PersonalInfo/EmailSection/Email.vue | 9 --------- .../src/components/PersonalInfo/LanguageSection/Language.vue | 10 ---------- 2 files changed, 19 deletions(-) (limited to 'apps/settings/src/components') diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue index 5c232dd0d37..0046492de07 100644 --- a/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue +++ b/apps/settings/src/components/PersonalInfo/EmailSection/Email.vue @@ -365,15 +365,6 @@ export default { input { grid-area: 1 / 1; width: 100%; - height: 34px; - margin: 3px 3px 3px 0; - padding: 7px 14px; - color: var(--color-main-text); - border: 1px solid var(--color-border-dark); - border-radius: var(--border-radius); - background-color: var(--color-main-background); - font-family: var(--font-face); - cursor: text; } .email__actions-container { diff --git a/apps/settings/src/components/PersonalInfo/LanguageSection/Language.vue b/apps/settings/src/components/PersonalInfo/LanguageSection/Language.vue index 8b2f8e3d0cc..adff44b2565 100644 --- a/apps/settings/src/components/PersonalInfo/LanguageSection/Language.vue +++ b/apps/settings/src/components/PersonalInfo/LanguageSection/Language.vue @@ -151,16 +151,6 @@ export default { select { width: 100%; - height: 34px; - margin: 3px 3px 3px 0; - padding: 6px 16px; - color: var(--color-main-text); - border: 1px solid var(--color-border-dark); - border-radius: var(--border-radius); - background: var(--icon-triangle-s-dark) no-repeat right 4px center; - font-family: var(--font-face); - appearance: none; - cursor: pointer; } a { -- cgit v1.2.3