diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-09-16 23:27:29 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-16 23:33:05 +0000 |
commit | cb9f4e353f15b0c1aac8704aa89b2714007e0c11 (patch) | |
tree | 218280ae01aed3b2ec20820b9439048eb61156a7 /apps/settings/src/components | |
parent | 914714f26a38c6ede9182c79c88e1890474802b6 (diff) | |
download | nextcloud-server-cb9f4e353f15b0c1aac8704aa89b2714007e0c11.tar.gz nextcloud-server-cb9f4e353f15b0c1aac8704aa89b2714007e0c11.zip |
Fix styling of locale dropdown
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'apps/settings/src/components')
-rw-r--r-- | apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue b/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue index 2e3ad64e769..025938c4149 100644 --- a/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue +++ b/apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue @@ -181,16 +181,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; } } |