Commit 8d130031 authored by Takuya Noguchi's avatar Takuya Noguchi Committed by Takuya Noguchi

Enable MergeableSelector in scss-lint (for !14398)

parent f9baf02d
...@@ -715,20 +715,20 @@ ul.notes { ...@@ -715,20 +715,20 @@ ul.notes {
svg path { svg path {
fill: $gray-darkest; fill: $gray-darkest;
} }
}
.btn.discussion-create-issue-btn { &.discussion-create-issue-btn {
margin-left: -4px; margin-left: -4px;
border-radius: 0; border-radius: 0;
border-right: 0; border-right: 0;
a { a {
padding: 0; padding: 0;
line-height: 0; line-height: 0;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
border: 0; border: 0;
}
} }
} }
} }
......
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