Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(settings): User row text field styles
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Nov 17, 2023
commit 722b78ea3f63a44e00eb7b0caf9d506e95a0d6ac
16 changes: 0 additions & 16 deletions apps/settings/src/components/Users/UserRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down