From 1b502f04c2977372d6041dc8353e988e08c63b45 Mon Sep 17 00:00:00 2001 From: Rami Yushuvaev Date: Thu, 5 Nov 2020 01:47:37 +0200 Subject: [PATCH] a11y: display header-anchor when using keyboard navigation When using keyboard navigation the header-anchor is not visible, this PR fixies this bug --- packages/@vuepress/theme-default/styles/index.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/@vuepress/theme-default/styles/index.styl b/packages/@vuepress/theme-default/styles/index.styl index b4cef3c7e8..1b34f6022a 100644 --- a/packages/@vuepress/theme-default/styles/index.styl +++ b/packages/@vuepress/theme-default/styles/index.styl @@ -125,6 +125,7 @@ h1, h2, h3, h4, h5, h6 + p, + pre, + .custom-block margin-top 2rem + &:focus .header-anchor, &:hover .header-anchor opacity: 1 @@ -147,6 +148,7 @@ a.header-anchor margin-top 0.125em opacity 0 + &:focus, &:hover text-decoration none