Skip to content

Commit

Permalink
Replace plain input fields with NcTextField fields and NcMultiSelect …
Browse files Browse the repository at this point in the history
…fields with NcSelect fields

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
  • Loading branch information
JuliaKirschenheuter committed Jun 26, 2023
1 parent 9751303 commit b113afa
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 145 deletions.
2 changes: 1 addition & 1 deletion apps/settings/css/settings.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/settings/css/settings.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.quota {
min-width: $grid-col-min-width;

.multiselect {
.select {
width: 100%;
color: var(--color-text-dark);
vertical-align: baseline;
Expand Down Expand Up @@ -1470,10 +1470,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}

&:hover {
input:not([type='submit']):not(:focus):not(:active) {
border-color: var(--color-border) !important;
}

&:not(#grid-header) {
box-shadow: 5px 0 0 var(--color-primary-element) inset;
}
Expand Down Expand Up @@ -1614,7 +1610,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}

/* Fill the grid cell */
.multiselect.multiselect-vue {
.v-select.select-vue {
min-width: 100%;
width: 100%;
}
Expand Down
Loading

0 comments on commit b113afa

Please sign in to comment.