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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-10-04 22:29:41 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-04 22:29:41 +0300
commit7ecdfe3167604ae39a2cad7becc23601604e9d1e (patch)
tree1cd0be12d96a2725128dcb8002742b52d9f287d7 /app/assets/stylesheets/framework/common.scss
parent3e2f3c377825f60ae19545ed827b276ac9c601d8 (diff)
Makes `@mentions links` have a different styling for better separation
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 4e4ce94fb7b..96f9dda26c4 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -130,11 +130,6 @@ span.update-author {
}
}
-.user-mention {
- color: $user-mention-color;
- font-weight: $gl-font-weight-bold;
-}
-
.field_with_errors {
display: inline;
}