Merge pull request #34118 from nextcloud/fix/locale-styling

Fix styling of locale dropdown
share-null-source
Carl Schwan 2 years ago committed by GitHub
commit 671ad7e4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save