diff options
author | Carl Schwan <carl@carlschwan.eu> | 2022-09-19 14:51:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 14:51:25 +0200 |
commit | 671ad7e4d6748bce29e8f13fb3f6d0e240d3511d (patch) | |
tree | 759aa9ad5cf81c0768c4a43aa9b59b6b1afeafbb /apps | |
parent | a733a77f7bce2db0b4d4c529c843781f7379c4a8 (diff) | |
parent | cb9f4e353f15b0c1aac8704aa89b2714007e0c11 (diff) | |
download | nextcloud-server-671ad7e4d6748bce29e8f13fb3f6d0e240d3511d.tar.gz nextcloud-server-671ad7e4d6748bce29e8f13fb3f6d0e240d3511d.zip |
Merge pull request #34118 from nextcloud/fix/locale-styling
Fix styling of locale dropdown
Diffstat (limited to 'apps')
-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; } } |