Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/4.3/assets/scss/_anchor.scss')
-rw-r--r--site/docs/4.3/assets/scss/_anchor.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/docs/4.3/assets/scss/_anchor.scss b/site/docs/4.3/assets/scss/_anchor.scss
deleted file mode 100644
index a712a78cdc..0000000000
--- a/site/docs/4.3/assets/scss/_anchor.scss
+++ /dev/null
@@ -1,10 +0,0 @@
-.anchorjs-link {
- font-weight: 400;
- color: rgba($link-color, .5);
- @include transition(color .15s ease-in-out, opacity .15s ease-in-out);
-
- &:hover {
- color: $link-color;
- text-decoration: none;
- }
-}