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:
authortauriedavis <taurie@gitlab.com>2016-12-30 23:18:27 +0300
committertauriedavis <taurie@gitlab.com>2017-01-04 23:14:26 +0300
commit86b1dfc7a494b19a20cf677f040d2f9c8a1efad7 (patch)
treea6094e81d91bd5c5f09844d99434447e65b89027 /app/assets/stylesheets/pages/commits.scss
parent7c2a4699b8bdd9d8abd193e4256694115b41fc07 (diff)
25701 standardize text colors
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index d890cf3502b..fef8e8eec27 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -19,7 +19,7 @@
.commit-title {
margin: 0;
- color: $gl-gray-dark;
+ color: $gl-text-color;
}
.commit-description {
@@ -96,14 +96,14 @@
}
.commit-row-message {
- color: $gl-dark-link-color;
+ color: $gl-text-color;
}
}
.text-expander {
display: inline-block;
background: $gray-light;
- color: $gl-gray-light;
+ color: $gl-text-color-secondary;
padding: 0 5px;
cursor: pointer;
border: 1px solid $border-gray-dark;
@@ -153,7 +153,7 @@
a,
button {
- color: $gl-dark-link-color;
+ color: $gl-text-color;
vertical-align: baseline;
}
@@ -176,7 +176,7 @@
}
a {
- color: $gl-dark-link-color;
+ color: $gl-text-color;
}
}
@@ -193,7 +193,7 @@
}
.branch-commit {
- color: $gl-gray;
+ color: $gl-text-color;
.commit-icon {
text-align: center;
@@ -203,7 +203,7 @@
height: 14px;
width: 14px;
vertical-align: middle;
- fill: $gl-gray-light;
+ fill: $gl-text-color-secondary;
}
}
@@ -212,6 +212,6 @@
}
.commit-row-message {
- color: $gl-gray;
+ color: $gl-text-color;
}
}