Skip to content

Commit

Permalink
Change outline color to --color-main-text
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Feb 26, 2021
1 parent 53b162b commit 49eff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ input {
}
&:focus-visible + label {
outline-style: solid;
outline-color: var(--color-primary-element);
outline-color: var(--color-main-text);
outline-width: 1px;
outline-offset: 2px;
}
Expand Down

0 comments on commit 49eff09

Please sign in to comment.