diff options
author | Vincent Petry <vincent@nextcloud.com> | 2021-02-26 10:15:02 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2021-02-26 10:15:21 +0100 |
commit | 49eff095ffed62f30c8174cbb2184258d548f60f (patch) | |
tree | 5000750252f7c1a1a5e9c577579334ba67dd9c79 /core | |
parent | 53b162bad9915bfdb4b0eef2c0685cd654ac8bee (diff) | |
download | nextcloud-server-49eff095ffed62f30c8174cbb2184258d548f60f.tar.gz nextcloud-server-49eff095ffed62f30c8174cbb2184258d548f60f.zip |
Change outline color to --color-main-text
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index ca16ca55572..3ae0c3a270e 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -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; } |