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/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss20
1 files changed, 16 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index a7d0d4259ea..2f28361f62c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -166,6 +166,14 @@
color: inherit;
}
+ // TODO remove this class once we can generate a correct hover utility from `gitlab/ui`,
+ // see here: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39286#note_396767000
+ .btn-link-hover:hover {
+ * {
+ @include gl-text-blue-800;
+ }
+ }
+
.issuable-header-text {
margin-top: 7px;
}
@@ -598,18 +606,18 @@
padding: 16px 0;
small {
- color: $gray-700;
+ color: $gray-500;
}
}
.edited-text {
- color: $gray-700;
+ color: $gray-500;
display: block;
margin: 16px 0 0;
font-size: 85%;
.author-link {
- color: $gray-700;
+ color: $gray-500;
}
}
@@ -804,6 +812,10 @@
}
}
}
+
+ .milestone {
+ color: $gray-700;
+ }
}
@media(max-width: map-get($grid-breakpoints, lg)-1) {
@@ -956,7 +968,7 @@
.sidebar-collapsed-divider {
line-height: 5px;
font-size: 12px;
- color: $gray-700;
+ color: $gray-500;
+ .sidebar-collapsed-icon {
padding-top: 0;