mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Add opacity transition
This commit is contained in:
parent
0c60257114
commit
28a972ac9f
@ -1,7 +1,7 @@
|
|||||||
.anchorjs-link {
|
.anchorjs-link {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: rgba($link-color, .5);
|
color: rgba($link-color, .5);
|
||||||
@include transition(color .16s linear);
|
@include transition(color .15s ease-in-out, opacity .15s ease-in-out);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user