Skip to content
Snippets Groups Projects
Commit 7a5cc0d3 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix chart dot radius in Safari

parent fb9a432d
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@
}
.enable-dots .dc-tooltip circle.dot {
r: 3 !important;
r: 3px !important;
fill: white;
stroke: currentColor;
stroke-width: 2;
......@@ -328,7 +328,7 @@
.enable-dots-onhover .dc-tooltip circle.dot:hover,
.enable-dots-onhover .dc-tooltip circle.dot.hover {
r: 3 !important;
r: 3px !important;
fill: white;
stroke: currentColor;
stroke-width: 2;
......
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