inactive status for polyline tools

This commit is contained in:
Fedor Katurov 2020-01-22 09:49:37 +07:00
parent 3de4c085da
commit 8df7d7d27d
2 changed files with 27 additions and 9 deletions

View file

@ -403,6 +403,10 @@
svg {
margin-right: 0;
}
&.inactive {
opacity: 0.5;
}
}
.helper__buttons {