summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-09-24 00:04:17 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-03 11:17:24 +0900
commit8d130031cdb18ddd289e1520fb00e5f87e3e9b6e (patch)
treee07bfdd07643db899df944fd5618becbf2015678 /app/assets
parentf9baf02d1c112e7444109fdd7fac340ab1c30d03 (diff)
downloadgitlab-ce-8d130031cdb18ddd289e1520fb00e5f87e3e9b6e.tar.gz
Enable MergeableSelector in scss-lint (for !14398)
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/notes.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 3c88bfc6b4d..0918dc56dcc 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -715,20 +715,20 @@ ul.notes {
svg path {
fill: $gray-darkest;
}
- }
- .btn.discussion-create-issue-btn {
- margin-left: -4px;
- border-radius: 0;
- border-right: 0;
+ &.discussion-create-issue-btn {
+ margin-left: -4px;
+ border-radius: 0;
+ border-right: 0;
- a {
- padding: 0;
- line-height: 0;
+ a {
+ padding: 0;
+ line-height: 0;
- &:hover {
- text-decoration: none;
- border: 0;
+ &:hover {
+ text-decoration: none;
+ border: 0;
+ }
}
}
}