1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Docs: style clipboard button on :focus, not just :hover (#32461)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Patrick H. Lauke
2020-12-15 07:43:12 +00:00
committed by GitHub
parent 479043f255
commit 65f1bf027a

View File

@@ -29,7 +29,8 @@
border: 1px solid;
@include border-radius();
&:hover {
&:hover,
&:focus {
color: $white;
background-color: $primary;
}