summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-30 00:24:11 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2017-10-30 15:39:05 +0900
commit1cd0fbd96b29c0713a926fe9602eae703f77525d (patch)
tree2171e94d42d3443ee055f0bb6c9a34f91a6b9e75 /app/assets/stylesheets/pages/notes.scss
parent6d7384f59525e2d54c30011237499c27bde145ef (diff)
downloadgitlab-ce-1cd0fbd96b29c0713a926fe9602eae703f77525d.tar.gz
Enable NestingDepth (level 6) on scss-lint
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss12
1 files changed, 1 insertions, 11 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 3bd0e3ad535..312917bd13a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -269,7 +269,7 @@ ul.notes {
display: none;
}
- &.system-note-commit-list {
+ &.system-note-commit-list:not(.hide-shade) {
max-height: 70px;
overflow: hidden;
display: block;
@@ -291,16 +291,6 @@ ul.notes {
bottom: 0;
background: linear-gradient(rgba($white-light, 0.1) -100px, $white-light 100%);
}
-
- &.hide-shade {
- max-height: 100%;
- overflow: auto;
-
- &::after {
- display: none;
- background: transparent;
- }
- }
}
}
}