From 392daf5047ae27641275b4b844c0b8834b875bfa Mon Sep 17 00:00:00 2001 From: Joe Nelson <48225118+jonels-msft@users.noreply.github.com> Date: Wed, 9 Jun 2021 19:22:07 -0500 Subject: [PATCH] Show keyboard focus on buttons (#1161) --- src/sass/_theme_rst.sass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sass/_theme_rst.sass b/src/sass/_theme_rst.sass index 047e7ebe4..4ad1eb2c7 100644 --- a/src/sass/_theme_rst.sass +++ b/src/sass/_theme_rst.sass @@ -209,6 +209,10 @@ &:hover .headerlink:after visibility: visible + // override the Wyrm accessibility anti-pattern of hiding button focus + .btn:focus + outline: 2px solid + table > caption .headerlink:after font-size: 12px