refactor(handle): use weaker selectors so its easier to overwrite

This commit is contained in:
moklick
2020-06-02 10:23:14 +02:00
parent eae485704b
commit 2d4a64d341
4 changed files with 55 additions and 64 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
}
.validationflow .connecting {
.validationflow .react-flow__handle-connecting {
background: #ff6060;
}
.validationflow .connecting.valid {
.validationflow .react-flow__handle-valid {
background: #55dd99;
}