Merge pull request #41561 from nextcloud/fix/user-row-text-field

fix(settings): User row text field styles
pull/41399/head
Marco 2023-11-17 09:18:34 +07:00 committed by GitHub
commit 165178a6ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 22 deletions

@ -943,22 +943,6 @@ export default {
border-bottom: 1px solid var(--color-border);
:deep {
.input-field,
.input-field__main-wrapper,
.input-field__input {
height: 48px !important;
}
.input-field__input {
&:placeholder-shown:not(:focus) + .input-field__label {
inset-block-start: 16px !important;
}
}
.button-vue--icon-only {
height: 44px !important;
}
.v-select.select {
min-width: var(--cell-min-width);
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long