]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove superflous transition parameter (#29595)
authormidzer <midzer@gmail.com>
Sat, 26 Oct 2019 16:47:55 +0000 (18:47 +0200)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Sat, 26 Oct 2019 16:47:55 +0000 (18:47 +0200)
site/assets/scss/_anchor.scss

index a712a78cdc46d6405f0faa03bead78694508785f..4ce026a2a28675f230a3b2283badb308f773cad5 100644 (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;