Skip to content

Commit

Permalink
Merge pull request #3552 from nextcloud/enh/a11y-select-border
Browse files Browse the repository at this point in the history
Increase NcSelect border contrast
  • Loading branch information
JuliaKirschenheuter committed Dec 8, 2022
2 parents 52dc52a + 3a4f3e4 commit 882cb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcSelect/NcSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ export default {
--vs-state-disabled-cursor: not-allowed;
/* Borders */
--vs-border-color: var(--color-border-dark);
--vs-border-color: var(--color-border-maxcontrast);
--vs-border-width: 2px;
--vs-border-style: solid;
--vs-border-radius: var(--border-radius-large);
Expand Down

0 comments on commit 882cb37

Please sign in to comment.