🎉 Allow to edit measures of multiple and grouped objects

This commit is contained in:
Andrés Moya 2020-07-01 13:38:41 +02:00
parent b640bc06ab
commit ceaea9d679
13 changed files with 152 additions and 98 deletions

View file

@ -238,13 +238,17 @@
}
&.selected {
svg {
fill: $color-primary;
}
}
&.disabled {
cursor: unset;
svg {
fill: $color-gray-40;
}
}
}
.save-btn {