Commit 7acd2304 authored by Kushal Pandya's avatar Kushal Pandya

Add styles for disabled node hover

parent fad4ace2
......@@ -13,7 +13,7 @@
}
.health-message {
padding: 4px 8px 1px;
padding: 2px 8px;
background-color: $red-100;
color: $red-500;
border-radius: $border-radius-default;
......@@ -29,9 +29,9 @@
background: $white-light;
}
&.node-disabled,
&.node-disabled:hover {
background-color: $gray-lightest;
&.node-action-active {
pointer-events: none;
opacity: 0.5;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment