Commit cd75572b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #6784 from jvanbaarsen/remove-unused-sass-extends

Removed missing sass selectors
parents cad9572e 891b67c8
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
float: left; float: left;
} }
.commit-btn {
@extend .save-btn;
}
.message { .message {
display: inline-block; display: inline-block;
margin: 5px 8px 0 8px; margin: 5px 8px 0 8px;
......
...@@ -54,7 +54,6 @@ ul.notes { ...@@ -54,7 +54,6 @@ ul.notes {
.diff-file, .diff-file,
.discussion-hidden, .discussion-hidden,
.notes { .notes {
@extend .borders;
background-color: #F9F9F9; background-color: #F9F9F9;
} }
.diff-file .notes { .diff-file .notes {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment