jquintozamora/react-d3-treemap

View on GitHub
src/components/Node/Node.css

Summary

Maintainability
Test Coverage
.Node {
  stroke-width: 1;
}

.Node__link:hover > text {
  text-decoration: underline;
}