0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add opacity transition

This commit is contained in:
Martijn Cuppens 2018-11-23 14:21:02 +01:00 committed by XhmikosR
parent 0c60257114
commit 28a972ac9f

View File

@ -1,7 +1,7 @@
.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
@include transition(color .16s linear);
@include transition(color .15s ease-in-out, opacity .15s ease-in-out);
&:hover {
color: $link-color;