Skip to content

Commit cc1498b

Browse files
Replace plain input fields with NcTextField fields and NcMultiSelect fields with NcSelect fields
Signed-off-by: julia.kirschenheuter <[email protected]>
1 parent 4cfab4b commit cc1498b

File tree

9 files changed

+208
-148
lines changed

9 files changed

+208
-148
lines changed

apps/settings/css/settings.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/settings/css/settings.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14001400
.quota {
14011401
min-width: $grid-col-min-width;
14021402

1403-
.multiselect {
1403+
.select {
14041404
width: 100%;
14051405
color: var(--color-text-dark);
14061406
vertical-align: baseline;
@@ -1470,10 +1470,6 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14701470
}
14711471

14721472
&:hover {
1473-
input:not([type='submit']):not(:focus):not(:active) {
1474-
border-color: var(--color-border) !important;
1475-
}
1476-
14771473
&:not(#grid-header) {
14781474
box-shadow: 5px 0 0 var(--color-primary-element) inset;
14791475
}
@@ -1614,7 +1610,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
16141610
}
16151611

16161612
/* Fill the grid cell */
1617-
.multiselect.multiselect-vue {
1613+
.v-select.select-vue {
16181614
min-width: 100%;
16191615
width: 100%;
16201616
}

0 commit comments

Comments
 (0)