diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-25 17:19:40 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-25 17:19:40 +0200 |
commit | 3b67353b124f646713f9b698db8f5d7e08c1f410 (patch) | |
tree | b2dca18fe1fa2065b82513b6bf3f21f400d89e72 /core | |
parent | 94f7a8db13fcdc15bd0a672b7059e8a0847952d8 (diff) | |
download | nextcloud-server-3b67353b124f646713f9b698db8f5d7e08c1f410.tar.gz nextcloud-server-3b67353b124f646713f9b698db8f5d7e08c1f410.zip |
Fixed accessibility contrast theme and header tab focus
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 94ce58284ab..fdb2bb24e1f 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -480,6 +480,10 @@ nav[role='navigation'] { li a:focus, li a.active { opacity: 1; + } + + li:hover a, + li a:focus { + span { display: inline-block; } |