mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-28 18:20:24 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@
|
|||
border: 1px solid;
|
||||
@include border-radius();
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue