From 41d3a5d703297a3679d0e460820d2d6e50b51f6a Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Mon, 8 May 2017 18:53:14 -0500 Subject: Remove unused CSS --- app/assets/stylesheets/pages/diff.scss | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'app/assets/stylesheets/pages/diff.scss') diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index 77f2638683a..e2769636c29 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -9,31 +9,6 @@ font-weight: 400; } - .diff-header { - position: relative; - background: $gray-light; - border-bottom: 1px solid $border-color; - padding: 10px 16px; - color: $gl-text-color; - z-index: 10; - border-radius: 3px 3px 0 0; - - .diff-title { - font-family: $monospace_font; - word-break: break-all; - display: block; - - .file-mode { - color: $file-mode-changed; - } - } - - .commit-short-id { - font-family: $monospace_font; - font-size: smaller; - } - } - .file-title, .file-title-flex-parent { cursor: pointer; -- cgit v1.2.1