From 89893a0c1efe914d5452e34fc0fc81be7335fd34 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Tue, 8 Jun 2021 17:36:56 -0500 Subject: [PATCH] Show keyboard focus on buttons --- 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