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:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-01 16:46:02 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-09-01 16:46:02 +0300
commit74cd4d76e45c1e830aec3c8145afbe0dce765e4b (patch)
tree1a1387f066c5a3ab63b628f68ecafab149ab04d7 /app/assets/stylesheets/pages/commits.scss
parent64e23d75406188ab318c3727a38582bc496687c8 (diff)
Accomodate several tags in one cell
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 1fa815970eb..bfa2a155cdf 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -220,12 +220,20 @@
.commit,
.generic_commit_status {
- a:not(.autodevops-link),
+ a,
button {
color: $gl-text-color;
vertical-align: baseline;
}
+ a.autodevops-badge {
+ color: $white-light;
+ }
+
+ a.autodevops-link {
+ color: $gl-link-color;
+ }
+
.commit-row-description {
font-size: 14px;
padding: 10px 15px;