Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss35
1 files changed, 0 insertions, 35 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 82e96dee4c6..4d0cf30a3b2 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -70,41 +70,6 @@ $system-note-svg-size: 16px;
}
}
- .replies-toggle {
- background-color: $gray-light;
- padding: $gl-padding-8 $gl-padding;
- border-top: 1px solid $gray-100;
- border-bottom: 1px solid $gray-100;
-
- .collapse-replies-btn:hover {
- color: $blue-600;
- }
-
- &.collapsed {
- color: $gl-text-color-secondary;
- border-radius: 0 0 $border-radius-default $border-radius-default;
-
- img {
- margin: -2px 4px 0 0;
- }
-
- .author-link {
- color: $gl-text-color;
- }
- }
-
- .user-avatar-link {
- &:last-child img {
- margin-right: $gl-padding-8;
- }
- }
-
- .btn-link {
- border: 0;
- vertical-align: baseline;
- }
- }
-
.discussion-toggle-replies {
border-top: 0;
border-radius: 4px 4px 0 0;