2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03: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
+1 -1
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;