summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/snippets.scss
diff options
context:
space:
mode:
authorSam Beckham <sbeckham@gitlab.com>2018-07-27 09:27:20 +0000
committerPhil Hughes <me@iamphill.com>2018-07-27 09:27:20 +0000
commit321d3e048377fadd01c0655ea84f0f604b0abe9f (patch)
tree32058e0e91de204d2e70f2377f84bf3acf7c551e /app/assets/stylesheets/snippets.scss
parent0db5c67db5824012feed426612dc65ef267f63de (diff)
downloadgitlab-ce-321d3e048377fadd01c0655ea84f0f604b0abe9f.tar.gz
Resolve "The comparison list for the modified icons"
Diffstat (limited to 'app/assets/stylesheets/snippets.scss')
-rw-r--r--app/assets/stylesheets/snippets.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/snippets.scss b/app/assets/stylesheets/snippets.scss
index 64110f9c3a0..bd777c66b56 100644
--- a/app/assets/stylesheets/snippets.scss
+++ b/app/assets/stylesheets/snippets.scss
@@ -22,8 +22,8 @@
height: 16px;
background-size: cover;
- &.gl-snippet-icon-doc_code { background-position: 0 0; }
- &.gl-snippet-icon-doc_text { background-position: 0 -16px; }
+ &.gl-snippet-icon-doc-code { background-position: 0 0; }
+ &.gl-snippet-icon-doc-text { background-position: 0 -16px; }
&.gl-snippet-icon-download { background-position: 0 -32px; }
}