summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/typography.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-13 09:08:34 +0100
committerPhil Hughes <me@iamphill.com>2016-04-14 10:28:05 +0100
commitc5d7b467ab3c67a71419e314c128d0ab5f371cb5 (patch)
tree0bd826a9ed4c4d99e1d9ccfa4453be877a69c11d /app/assets/stylesheets/framework/typography.scss
parent094cafcaa7c135a839a7329ed06fdd5d19a05f4b (diff)
downloadgitlab-ce-c5d7b467ab3c67a71419e314c128d0ab5f371cb5.tar.gz
Updated dropzone hover styling
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 7b2aada5a0d..0a5b4b8834c 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -250,14 +250,6 @@ a > code {
* Textareas intended for GFM
*
*/
-.js-gfm-input {
- font-family: $monospace_font;
- color: $gl-text-color;
-}
-
-.md-preview {
-}
-
.strikethrough {
text-decoration: line-through;
}