Skip to content

Commit 4780805

Browse files
authored
Merge pull request #4767 from nextcloud/backport/4756/stable8.0
[stable8.0] fix: improve expand button visibility in OrgChart dark mode
2 parents 30660dd + 0da33ae commit 4780805

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/components/OrgChart.vue

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,5 @@ export default {
192192
}
193193
}
194194
195-
.node-button-div {
196-
filter: var(--background-invert-if-dark);
197-
198-
& > div > div {
199-
filter: var(--background-invert-if-dark);
200-
}
201-
}
202195
}
203196
</style>

0 commit comments

Comments
 (0)