Remove color lightening for search results section

This will cause it to match the shading of the container behind it.
lolsob-rspec
adbelle 2017-06-29 11:31:48 -07:00 committed by beatrix
parent cfce6b7c92
commit b3551edc92
1 changed files with 1 additions and 1 deletions

View File

@ -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 {