Skip to content

Commit

Permalink
Merge pull request #38839 from nextcloud/fix/36976-_9.1.4.11/8.2_-_Th…
Browse files Browse the repository at this point in the history
…e_frames_of_the_input_fields_do_not_meet_the_contrast_requirements
  • Loading branch information
Pytal authored Jun 29, 2023
2 parents 6d81147 + 5e81a9e commit ba25c66
Show file tree
Hide file tree
Showing 13 changed files with 305 additions and 164 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 ba25c66

Please sign in to comment.