summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitriehoekstra@gmail.com>2017-04-05 12:14:21 +0200
committerDimitrie Hoekstra <dimitriehoekstra@gmail.com>2017-04-05 12:14:21 +0200
commitb1b153a123a8c92e59b2a8a36790b9c78e1cd341 (patch)
tree05408503f8858ad1e925eddecf13a8d969ff8464
parent23099909e2ea73665c335e89eadffe4d6dda2e51 (diff)
downloadgitlab-ce-styling-badges-of-all-sorts.tar.gz
changed background color of count badges to be opacity based instead of solid colorstyling-badges-of-all-sorts
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 97794a47df8..a360840049d 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -286,7 +286,7 @@ $btn-white-active: #848484;
/*
* Badges
*/
-$badge-bg: #eee;
+$badge-bg: rgba(0, 0, 0, 0.05);
$badge-color: $gl-text-color-secondary;
/*