Commit 891b67c800cfbac2044460342e935582051ef46e

Authored by Jeroen van Baarsen
1 parent cad9572e

Removed missing sass selectors

app/assets/stylesheets/sections/editor.scss
@@ -26,9 +26,6 @@ @@ -26,9 +26,6 @@
26 float: left; 26 float: left;
27 } 27 }
28 28
29 - .commit-btn {  
30 - @extend .save-btn;  
31 - }  
32 .message { 29 .message {
33 display: inline-block; 30 display: inline-block;
34 margin: 5px 8px 0 8px; 31 margin: 5px 8px 0 8px;
app/assets/stylesheets/sections/notes.scss
@@ -54,7 +54,6 @@ ul.notes { @@ -54,7 +54,6 @@ ul.notes {
54 .diff-file, 54 .diff-file,
55 .discussion-hidden, 55 .discussion-hidden,
56 .notes { 56 .notes {
57 - @extend .borders;  
58 background-color: #F9F9F9; 57 background-color: #F9F9F9;
59 } 58 }
60 .diff-file .notes { 59 .diff-file .notes {