Skip to content

Commit

Permalink
Merge pull request #4198 from Yashs911/color
Browse files Browse the repository at this point in the history
Removed grayscale filter
  • Loading branch information
cdrini committed Dec 14, 2020
2 parents bc0f51d + 539fbb4 commit beb78d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions static/css/components/category-item.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ img {
&.category-img {
display: block;
margin-top: 5px;
// stylelint-disable declaration-block-no-duplicate-properties
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: @grey; /* IE 6-9 */
// stylelint-enable declaration-block-no-duplicate-properties
}
}

Expand Down
3 changes: 3 additions & 0 deletions static/css/components/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ div.chartHome a:hover,
li {
margin: 1em 0;
}
.collapse {
margin: 0;
}
}

0 comments on commit beb78d6

Please sign in to comment.