From 891b67c800cfbac2044460342e935582051ef46e Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Tue, 15 Apr 2014 20:50:16 +0200 Subject: [PATCH] Removed missing sass selectors --- app/assets/stylesheets/sections/editor.scss | 3 --- app/assets/stylesheets/sections/notes.scss | 1 - 2 files changed, 0 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/sections/editor.scss b/app/assets/stylesheets/sections/editor.scss index 057f7b7..f62f46e 100644 --- a/app/assets/stylesheets/sections/editor.scss +++ b/app/assets/stylesheets/sections/editor.scss @@ -26,9 +26,6 @@ float: left; } - .commit-btn { - @extend .save-btn; - } .message { display: inline-block; margin: 5px 8px 0 8px; diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index cfd5d5d..c9c7b6e 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -54,7 +54,6 @@ ul.notes { .diff-file, .discussion-hidden, .notes { - @extend .borders; background-color: #F9F9F9; } .diff-file .notes { -- libgit2 0.21.2