diff options
| author | midzer <[email protected]> | 2019-10-26 18:47:55 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-10-26 18:47:55 +0200 |
| commit | 819f922276de18cbddb8f5d484b34e4a1a132886 (patch) | |
| tree | 38c644ae618ff9581d65fd9a7c7e405b1e6558ea | |
| parent | 2de0cf8479e5b3990812da2e8ffedd2b26e78056 (diff) | |
| download | bootstrap-819f922276de18cbddb8f5d484b34e4a1a132886.tar.xz bootstrap-819f922276de18cbddb8f5d484b34e4a1a132886.zip | |
remove superflous transition parameter (#29595)
| -rw-r--r-- | site/assets/scss/_anchor.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/assets/scss/_anchor.scss b/site/assets/scss/_anchor.scss index a712a78cd..4ce026a2a 100644 --- a/site/assets/scss/_anchor.scss +++ b/site/assets/scss/_anchor.scss @@ -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; |
