Fix drag highlighting issue

This commit is contained in:
EliverLara
2019-08-16 11:25:47 -05:00
parent 6540e72041
commit 58e32a6751
4 changed files with 63 additions and 25 deletions

View File

@@ -69,7 +69,7 @@ $drop_target_color: #a1ce4b;
$text_shadow_color: if($variant == 'dark', $shadow_color, transparentize(white, 0.9));
$icon_shadow_color: $text_shadow_color;
$drop_target_color: #4e9a06;
$drop_target_color: $lime;
// Infobar colors
$info_color: $lime;