Merge tag 'v1.8.1' into develop
v1.8.1 # Conflicts: # .gitignore # package.json # src/components/LinkAnchor.vue # src/components/TaskList/taskRow/TaskRow.vue # src/components/Timeline.vue
This commit is contained in:
@@ -253,16 +253,16 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
/* 暗色主题支持 */
|
||||
:global(html[data-theme='dark']) .link-anchor {
|
||||
:global(.gantt-root[data-theme='dark']) .link-anchor {
|
||||
border-color: #1a1a1a;
|
||||
}
|
||||
|
||||
:global(html[data-theme='dark']) .link-anchor.valid-target,
|
||||
:global(html[data-theme='dark']) .link-anchor.invalid-target {
|
||||
:global(.gantt-root[data-theme='dark']) .link-anchor.valid-target,
|
||||
:global(.gantt-root[data-theme='dark']) .link-anchor.invalid-target {
|
||||
border-color: #1a1a1a;
|
||||
}
|
||||
|
||||
:global(html[data-theme='dark']) .anchor-tooltip {
|
||||
:global(.gantt-root[data-theme='dark']) .anchor-tooltip {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user