From 15227c713dc1761b2438f03d374bb362557f5e56 Mon Sep 17 00:00:00 2001 From: adbelle Date: Thu, 29 Jun 2017 11:31:48 -0700 Subject: Remove color lightening for search results section This will cause it to match the shading of the container behind it. --- app/javascript/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index 7be9636a1..10e857865 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -2991,7 +2991,7 @@ button.icon-button.active i.fa-retweet { } .search-results__section { - background: lighten($ui-base-color, 2%); + background: $ui-base-color; } .search-results__hashtag { -- cgit