2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

remove superflous transition parameter (#29595)

This commit is contained in:
midzer
2019-10-26 18:47:55 +02:00
committed by Martijn Cuppens
parent 2de0cf8479
commit 819f922276
+1 -1
View File
@@ -1,7 +1,7 @@
.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
@include transition(color .15s ease-in-out, opacity .15s ease-in-out);
@include transition(color .15s ease-in-out);
&:hover {
color: $link-color;