mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Docs: style clipboard button on :focus
, not just :hover
(#32461)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
479043f255
commit
65f1bf027a
@ -29,7 +29,8 @@
|
|||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
|
|
||||||
&:hover {
|
&:hover,
|
||||||
|
&:focus {
|
||||||
color: $white;
|
color: $white;
|
||||||
background-color: $primary;
|
background-color: $primary;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user