refactor(handle): use weaker selectors so its easier to overwrite
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
|
||||
}
|
||||
|
||||
.validationflow .connecting {
|
||||
.validationflow .react-flow__handle-connecting {
|
||||
background: #ff6060;
|
||||
}
|
||||
|
||||
.validationflow .connecting.valid {
|
||||
.validationflow .react-flow__handle-valid {
|
||||
background: #55dd99;
|
||||
}
|
||||
Reference in New Issue
Block a user