Skip to content
Snippets Groups Projects
Commit b73dd721 authored by adroitwhiz's avatar adroitwhiz
Browse files

Add alpha to $drop-highlight color for Edge

Edge can't parse CSS hsla() values without an alpha component.
parent a7d141a8
No related branches found
No related tags found
No related merge requests found
...@@ -41,4 +41,4 @@ $extensions-tertiary: hsla(163, 85%, 30%, 1); /* #0B8E69 */ ...@@ -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-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 */ $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