Commit f6366a28 authored by Phil Hughes's avatar Phil Hughes

Allow copy code button to be focusable

parent 0fd270ff
......@@ -460,7 +460,8 @@ copy-code {
top: 7px;
right: $input-horizontal-padding;
.markdown-code-block:hover & {
.markdown-code-block:hover &,
&:focus-within {
@include gl-opacity-10;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment