We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cd8c2 commit aa7eb05Copy full SHA for aa7eb05
1 file changed
resources/css/components/page-tree.css
@@ -38,7 +38,12 @@
38
.tree-node:has(.is-section) + .tree-node .page-tree-branch,
39
/* 3rd level down */
40
.tree-node:has(.page-tree-branch--has-children):has(.is-open) + .tree-node .page-tree-branch {
41
- border-top-left-radius: 0;
+ border-start-start-radius: 0;
42
+ }
43
+
44
+ /* A section node followed by another section node should always have a rounded border. E.g. Tools + Settings */
45
+ .tree-node:has(.is-section) + .tree-node:has(.is-section) .page-tree-branch {
46
+ @apply rounded-xl;
47
}
48
49
0 commit comments