Skip to content

Commit 392daf5

Browse files
authored
Show keyboard focus on buttons (#1161)
1 parent 671703c commit 392daf5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sass/_theme_rst.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
&:hover .headerlink:after
210210
visibility: visible
211211

212+
// override the Wyrm accessibility anti-pattern of hiding button focus
213+
.btn:focus
214+
outline: 2px solid
215+
212216
table > caption .headerlink:after
213217
font-size: 12px
214218

0 commit comments

Comments
 (0)