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

Remove !important

parent ef8b4ba0
No related branches found
No related tags found
No related merge requests found
......@@ -332,12 +332,12 @@
}
/* disable dc default behavior */
.dc-chart rect.bar:hover {
fill-opacity: 1 !important;
.Card-outer .dc-chart rect.bar:hover {
fill-opacity: 1;
}
/* highlight single series bar */
.mute-0 .dc-chart rect.bar:hover {
opacity: 1 !important;
.mute-0 .Card-outer .dc-chart rect.bar:hover {
opacity: 1;
}
.enable-dots .dc-tooltip circle.dot {
......
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