summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gfm.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/gfm.scss')
-rw-r--r--app/assets/stylesheets/framework/gfm.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/framework/gfm.scss b/app/assets/stylesheets/framework/gfm.scss
deleted file mode 100644
index 34a35734acc..00000000000
--- a/app/assets/stylesheets/framework/gfm.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-/**
- * Styles that apply to all GFM related forms.
- */
-
-.gfm-commit,
-.gfm-commit_range {
- @extend .commit-sha;
-}
-
-.gfm-project_member {
- padding: 0 2px;
- border-radius: #{$border-radius-default / 2};
- background-color: $user-mention-bg;
-
- &:hover {
- background-color: $user-mention-bg-hover;
- text-decoration: none;
- }
-}