Skip to content
Snippets Groups Projects
Commit 849b24b5 authored by Fry, Janell's avatar Fry, Janell
Browse files

IOW-304: Tweaks to make codacy happy.

parent 7c99378f
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ export const drawGraphBrush = function(container, store) {
// Fill & round corners of brush handles
svg.selectAll('.handle').classed('brush-handle-fill', true)
.attr('rx',15).attr('ry',15)
.attr('rx',15).attr('ry',15);
graphBrush.move(group, selection);
......
......@@ -223,7 +223,7 @@
}
.brush-handle-fill {
fill:#345d96;
fill: #345d96;
opacity: .5;
width: 8px;
stroke: #000000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment