Skip to content

Commit

Permalink
Merge pull request #7000 from getkirby/v5/fix/tree-color-back
Browse files Browse the repository at this point in the history
Fix tree branch color in move dialog
  • Loading branch information
bastianallgeier authored Feb 14, 2025
2 parents a655fa9 + e803208 commit 050198f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/src/components/Dialogs/PageMoveDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default {
}
.k-page-move-parent {
--tree-color-back: var(--input-color-back);
--tree-branch-color-back: var(--input-color-back);
--tree-branch-hover-color-back: var(--panel-color-back);
padding: var(--spacing-3);
background: var(--tree-color-back);
border-radius: var(--rounded);
Expand Down

0 comments on commit 050198f

Please sign in to comment.