summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 20:01:15 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-29 20:01:15 +0200
commit2cd467f3f0b018c2dd6d17b5266c8ebff1330c5d (patch)
tree4b925718a72999564dc52950ad0aac390a696d77 /core/css
parent21e484533c371d46d37e6e05fedaec70b13a40c3 (diff)
downloadnextcloud-server-2cd467f3f0b018c2dd6d17b5266c8ebff1330c5d.tar.gz
nextcloud-server-2cd467f3f0b018c2dd6d17b5266c8ebff1330c5d.zip
Remove unneeded tabindex, add keyboard focus feedback for app list
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index e9edfe0bfb8..656440520a0 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -459,6 +459,7 @@ nav {
li:hover a,
+ li a:focus,
li a.active {
opacity: 1;
}