Merge pull request #6784 from jvanbaarsen/remove-unused-sass-extends
Removed missing sass selectors
This commit is contained in:
commit
cd75572b38
2 changed files with 0 additions and 4 deletions
|
@ -26,9 +26,6 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
.commit-btn {
|
||||
@extend .save-btn;
|
||||
}
|
||||
.message {
|
||||
display: inline-block;
|
||||
margin: 5px 8px 0 8px;
|
||||
|
|
|
@ -54,7 +54,6 @@ ul.notes {
|
|||
.diff-file,
|
||||
.discussion-hidden,
|
||||
.notes {
|
||||
@extend .borders;
|
||||
background-color: #F9F9F9;
|
||||
}
|
||||
.diff-file .notes {
|
||||
|
|
Loading…
Reference in a new issue