Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 18:19:40 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-25 18:19:40 +0300
commit3b67353b124f646713f9b698db8f5d7e08c1f410 (patch)
treeb2dca18fe1fa2065b82513b6bf3f21f400d89e72 /core
parent94f7a8db13fcdc15bd0a672b7059e8a0847952d8 (diff)
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.scss4
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;
}