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
path: root/app
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-08-03 20:29:30 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2018-08-03 20:31:38 +0300
commit0050b3dfa2fc5aa8806ec98a2a11c4df09b935a9 (patch)
tree316dce3464c2d071712e311de9a0a935f0006f38 /app
parent53ecd2e147eb24f7e53385cb21f0c9759a482d6c (diff)
Port EE lines into CE for commits.scss
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/commits.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 9b51c54a0fc..ebbac00460c 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -175,6 +175,10 @@
justify-content: space-between;
align-items: start;
flex-grow: 1;
+
+ .project_namespace {
+ color: $gl-text-color-secondary;
+ }
}
.commit-content {