Skip to content
Snippets Groups Projects
Commit f4ad5b05 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove transition on sprite tiles to make placholder not flash black.

Also use white as the background since it gives the same impact and will not look bad if the filter isn't applied or takes a while to be applied
parent eb874638
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ $fade-out-distance: 100px;
.list-item.placeholder {
background: black;
background: white;
filter: opacity(15%) brightness(0%);
}
......@@ -18,7 +18,6 @@
text-align: center;
cursor: pointer;
transition: 0.25s ease-out;
user-select: none;
touch-action: none;
......
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