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/framework/diffs.scss')
-rw-r--r--app/assets/stylesheets/framework/diffs.scss18
1 files changed, 14 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/diffs.scss b/app/assets/stylesheets/framework/diffs.scss
index 7b35659e90a..4bf109a0bff 100644
--- a/app/assets/stylesheets/framework/diffs.scss
+++ b/app/assets/stylesheets/framework/diffs.scss
@@ -646,12 +646,12 @@ table.code {
.diff-comments-more-count,
.diff-notes-collapse,
-.diff-codequality-collapse {
+.inline-findings-collapse {
@include avatar-counter(50%);
}
.diff-notes-collapse,
-.diff-codequality-collapse {
+.inline-findings-collapse {
border: 0;
border-radius: 50%;
padding: 0;
@@ -735,7 +735,7 @@ table.code {
}
.diff-notes-collapse,
- .diff-codequality-collapse {
+ .inline-findings-collapse {
position: absolute;
left: -12px;
}
@@ -845,7 +845,7 @@ table.code {
}
.diff-notes-collapse,
- .diff-codequality-collapse,
+ .inline-findings-collapse,
.note,
.discussion-reply-holder {
display: none;
@@ -929,3 +929,13 @@ table.code {
border-bottom: 0;
}
}
+
+.tooltip {
+ &.coverage {
+ left: -3px !important;
+ }
+
+ &.no-coverage {
+ left: -2px !important;
+ }
+}