2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Disallow transition property (use mixin instead)

This commit is contained in:
Martijn Cuppens
2018-10-21 21:40:13 +02:00
committed by XhmikosR
parent 09aca3fb9a
commit 00860f02d4
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.anchorjs-link {
font-weight: 400;
color: rgba($link-color, .5);
transition: color .16s linear;
@include transition(color .16s linear);
&:hover {
color: $link-color;