From b1b153a123a8c92e59b2a8a36790b9c78e1cd341 Mon Sep 17 00:00:00 2001 From: Dimitrie Hoekstra Date: Wed, 5 Apr 2017 12:14:21 +0200 Subject: changed background color of count badges to be opacity based instead of solid color --- app/assets/stylesheets/framework/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /* -- cgit v1.2.1