summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <lacerda.filipa@gmail.com>2017-02-07 18:22:18 +0000
committerFilipa Lacerda <lacerda.filipa@gmail.com>2017-02-07 18:22:18 +0000
commit36f354d8ecec93582d0440842deb0d4babbcccb5 (patch)
treea755ba9f685f8f0a54badf9224360c686386dca0
parent5af86f70f956f603f0cb138fb68e33915afd2fc7 (diff)
parent8b617ed8b7975d75e4b87aca13358b7272ea54cb (diff)
downloadgitlab-ce-36f354d8ecec93582d0440842deb0d4babbcccb5.tar.gz
Merge branch '27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts' into 'master'
Give ci status text on pipeline graph a better font-weight Closes #27774 See merge request !9033
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss2
-rw-r--r--changelogs/unreleased/27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts.yml4
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 6e13a1db39a..86d4c21d7ff 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -667,7 +667,7 @@
vertical-align: bottom;
display: inline-block;
position: relative;
- font-weight: 200;
+ font-weight: normal;
}
// Dropdown button in mini pipeline graph
diff --git a/changelogs/unreleased/27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts.yml b/changelogs/unreleased/27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts.yml
new file mode 100644
index 00000000000..aa89d9f9850
--- /dev/null
+++ b/changelogs/unreleased/27774-text-color-contrast-is-barely-readable-for-pipelines-visualization-graph-page-with-roboto-fonts.yml
@@ -0,0 +1,4 @@
+---
+title: Give ci status text on pipeline graph a better font-weight
+merge_request:
+author: