Skip to content

Commit

Permalink
nightmode: use css filter for multi/filter add/remove buttons (#3696)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Dec 1, 2016
1 parent 6942e2b commit 6c03d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions lib/css/modules/_nightMode.scss
Expand Up @@ -908,15 +908,9 @@
background-color: #777;
}

.multi-details .subreddits .remove-sr,
.multi-details .add-sr .add {
border-color: hsl(0, 0%, 15%);
background-image: url('../images/nightmode/addsr.png');
background-position: 0 0;
}

.multi-details .subreddits .remove-sr {
background-position: -3px -15px;
.subreddits .remove-sr,
.add-sr .add {
filter: invert(80%);
}

// Nightmode friendly snoo/balloons image
Expand Down
Binary file removed lib/images/nightmode/addsr.png
Binary file not shown.

0 comments on commit 6c03d58

Please sign in to comment.