mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Docs: style clipboard button on :focus, not just :hover (#32461)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
border: 1px solid;
|
||||
@include border-radius();
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $white;
|
||||
background-color: $primary;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user