Skip to content
Snippets Groups Projects
Unverified Commit 4e3dd2bf authored by adroitwhiz's avatar adroitwhiz Committed by GitHub
Browse files

Merge pull request #5740 from adroitwhiz/fix-edge-hsla

Fix sprite tile highlight color on Edge
parents 229cf99b b73dd721
No related branches found
Tags 0.1.0-prerelease.20200512220043
No related merge requests found
......@@ -41,4 +41,4 @@ $extensions-tertiary: hsla(163, 85%, 30%, 1); /* #0B8E69 */
$extensions-transparent: hsla(163, 85%, 40%, 0.35); /* 35% transparent version of extensions-primary */
$extensions-light: hsla(163, 57%, 85%, 1); /* opaque version of extensions-transparent, on white bg */
$drop-highlight: hsla(215, 100%, 77%); /* lighter than motion-primary */
$drop-highlight: hsla(215, 100%, 77%, 1); /* lighter than motion-primary */
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