Skip to content

Commit

Permalink
Merge pull request #35660 from nextcloud/enh/a11y-input-border
Browse files Browse the repository at this point in the history
Increase default global input field border contrast
  • Loading branch information
PVince81 authored Dec 8, 2022
2 parents f7cd704 + 20da75f commit 26052bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/css/inputs.css

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

2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ textarea {
font-size: var(--default-font-size);
background-color: var(--color-main-background);
color: var(--color-main-text);
border: 2px solid var(--color-border-dark);
border: 2px solid var(--color-border-maxcontrast);
height: 36px;
outline: none;
border-radius: var(--border-radius-large);
Expand Down
2 changes: 1 addition & 1 deletion core/css/server.css

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

0 comments on commit 26052bf

Please sign in to comment.