Skip to content
Snippets Groups Projects
Commit 33fb3541 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #634 - chart date quick date range: hover underline color should match text color

parent d2551f7b
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,16 @@ ...@@ -12,12 +12,16 @@
color: #BDFF3F; color: #BDFF3F;
} }
.quick-date:hover { .quick-date:hover {
cursor: pointer; cursor: pointer;
text-decoration: underline var(--color-blue); text-decoration: underline var(--color-blue);
} }
[data-theme="dark"] .quick-date:hover {
cursor: pointer;
text-decoration: underline #BDFF3F;
}
.container-chart { .container-chart {
width: 90%; width: 90%;
margin: auto; margin: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment