Skip to content

Commit

Permalink
Merge pull request #34118 from nextcloud/fix/locale-styling
Browse files Browse the repository at this point in the history
Fix styling of locale dropdown
  • Loading branch information
CarlSchwan authored Sep 19, 2022
2 parents a733a77 + cb9f4e3 commit 671ad7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions apps/settings/src/components/PersonalInfo/LocaleSection/Locale.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down
4 changes: 2 additions & 2 deletions dist/settings-vue-settings-personal-info.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-vue-settings-personal-info.js.map

Large diffs are not rendered by default.

0 comments on commit 671ad7e

Please sign in to comment.