Fix drag highlighting issue

This commit is contained in:
EliverLara
2019-08-16 11:25:47 -05:00
parent 4a6cadc877
commit 97618727ad
4 changed files with 63 additions and 25 deletions

View File

@@ -71,7 +71,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;