Skip to content

Commit

Permalink
Docs: style clipboard button on :focus, not just :hover (#32461)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
patrickhlauke and XhmikosR committed Dec 15, 2020
1 parent 479043f commit 65f1bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/assets/scss/_clipboard-js.scss
Expand Up @@ -29,7 +29,8 @@
border: 1px solid;
@include border-radius();

&:hover {
&:hover,
&:focus {
color: $white;
background-color: $primary;
}
Expand Down

0 comments on commit 65f1bf0

Please sign in to comment.