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

Add shadow filter for selected tiles, making all-white costumes visible.

parent f6a89dbd
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@
background: $ui-white;
}
.sprite-selector-item:hover .sprite-image, .is-selected .sprite-image {
filter: drop-shadow(0px 0px 2px $ui-black-transparent);
}
.sprite-image {
margin: auto;
user-select: 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