diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-15 20:50:16 +0200 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2014-04-15 20:50:16 +0200 |
commit | 891b67c800cfbac2044460342e935582051ef46e (patch) | |
tree | 3e74e09977f312b4aecc04347836f4e99c9e8e3c | |
parent | cad9572ee9f19fa8613833704752250f4b2dc549 (diff) | |
download | gitlab-ce-891b67c800cfbac2044460342e935582051ef46e.tar.gz |
Removed missing sass selectors
-rw-r--r-- | app/assets/stylesheets/sections/editor.scss | 3 | ||||
-rw-r--r-- | 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 057f7b7fd44..f62f46ee168 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 cfd5d5d9424..c9c7b6ecced 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 { |