mirror of
https://github.com/directus/directus.git
synced 2026-01-27 12:58:03 -05:00
Updated styling on Time Series tooltips to accommodate dark theme. (#12485)
* Updated styling to accomidate dark theme. * separator line in the code. * better borders
This commit is contained in:
@@ -406,12 +406,17 @@ export default defineComponent({
|
||||
</style>
|
||||
|
||||
<style>
|
||||
.apexcharts-tooltip.apexcharts-theme-light {
|
||||
border-color: var(--border-normal) !important;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
|
||||
border-color: var(--border-normal) !important;
|
||||
margin-bottom: 0;
|
||||
padding: 0 4px;
|
||||
font-weight: 600 !important;
|
||||
font-size: 10px !important;
|
||||
background-color: var(--background-subdued);
|
||||
background-color: var(--background-subdued) !important;
|
||||
}
|
||||
|
||||
.apexcharts-tooltip-y-group {
|
||||
@@ -421,6 +426,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
.apexcharts-tooltip-series-group {
|
||||
background-color: var(--background-normal) !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user