Skip to content

Commit

Permalink
[5.x] Fix Dark Mode Tree Node margins. (#10179)
Browse files Browse the repository at this point in the history
Fix Dark Mode Tree Node margins.

Closes #10119.
  • Loading branch information
jackmcdade authored May 23, 2024
1 parent a2bf52e commit 20383f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/css/components/page-tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
}
}

.tree-node-children {
@apply dark:mt-1;
}

.draggable-placeholder-inner {
border: 1px dashed #0088F8;
background: rgba(0, 136, 249, 0.09);
Expand Down

0 comments on commit 20383f5

Please sign in to comment.