Skip to content
Snippets Groups Projects
Unverified Commit b2b4b1b1 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #2659 from kyleplo/patch-2

Fix shadow placeholder color
parents 25b30dc3 97ff4621
No related branches found
Tags 0.1.0-prerelease.20191211161831
No related merge requests found
......@@ -70,5 +70,5 @@ $fade-out-distance: 100px;
.list-item.placeholder {
background: black;
filter: opacity(15%) brightness(20%);
filter: opacity(15%) brightness(0%);
}
......@@ -110,5 +110,5 @@
.placeholder > .sprite {
background: black;
filter: opacity(15%) brightness(20%);
filter: opacity(15%) brightness(0%);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment