Skip to content
Snippets Groups Projects
Commit 0f2e9a6a authored by Ibrahim Roshan Kunnakkattu's avatar Ibrahim Roshan Kunnakkattu
Browse files

chore: change highlight color of atom on mouse hover

parent b65a5be2
No related branches found
No related tags found
1 merge request!5Refactored code for diplaying aggregated ligand interactions
......@@ -386,7 +386,7 @@ class Depiction {
private highlightAtom(element) {
this.removeHighlights();
d3.select(element)
.style("stroke", "#FBBD1D")
.style("stroke", "#E275E5")
.style("stroke-width", 5);
}
......
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