mirror of https://github.com/twbs/bootstrap.git
Docs: fix `.btn-clipboard` and `.btn-edit` link hover color
This commit is contained in:
parent
ffbe6e9246
commit
7399b13052
|
|
@ -28,7 +28,7 @@
|
||||||
@include border-radius(.25rem);
|
@include border-radius(.25rem);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--bs-link-color);
|
color: var(--bs-link-hover-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue