Skip to content

Commit b73dd72

Browse files
committed
Add alpha to $drop-highlight color for Edge
Edge can't parse CSS hsla() values without an alpha component.
1 parent a7d141a commit b73dd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/colors.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ $extensions-tertiary: hsla(163, 85%, 30%, 1); /* #0B8E69 */
4141
$extensions-transparent: hsla(163, 85%, 40%, 0.35); /* 35% transparent version of extensions-primary */
4242
$extensions-light: hsla(163, 57%, 85%, 1); /* opaque version of extensions-transparent, on white bg */
4343

44-
$drop-highlight: hsla(215, 100%, 77%); /* lighter than motion-primary */
44+
$drop-highlight: hsla(215, 100%, 77%, 1); /* lighter than motion-primary */

0 commit comments

Comments
 (0)