From: Martijn Cuppens Date: Fri, 23 Nov 2018 13:21:02 +0000 (+0100) Subject: Add opacity transition X-Git-Tag: v4.2.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a972ac9faf192f57ddc0f69602756d16108fe1;p=thirdparty%2Fbootstrap.git Add opacity transition --- diff --git a/site/docs/4.1/assets/scss/_anchor.scss b/site/docs/4.1/assets/scss/_anchor.scss index 2f00424dd2..a712a78cdc 100644 --- a/site/docs/4.1/assets/scss/_anchor.scss +++ b/site/docs/4.1/assets/scss/_anchor.scss @@ -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;