style(comps): dont use inline styles for minimap and edges #491

This commit is contained in:
moklick
2020-10-06 18:00:08 +02:00
parent 0c63b08a86
commit 011e4c0aaf
5 changed files with 20 additions and 27 deletions
+4
View File
@@ -46,6 +46,10 @@
.react-flow__edge {
pointer-events: all;
&.inactive {
pointer-events: none;
}
&.selected {
.react-flow__edge-path {
stroke: #555;