Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit cf69587

Browse files
author
Jelte Lagendijk
committed
Merge branch 'Andries-Smit-patch-1'
2 parents 95c3fe4 + dfb0a91 commit cf69587

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

src/TreeView/widget/ui/TreeView.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,15 @@
232232
border-left: 1px solid #ccc;
233233
}
234234

235-
.gg_children {
236-
outline: none;
235+
/* remove list styles */
236+
.gg_assoc_wrapper {
237+
list-style: none;
238+
}
239+
240+
.gg_children.gg_root_wrapper.gg_hiddenroot {
241+
list-style: none;
242+
}
243+
/* reset bootrap ul li styling*/
244+
.gg_assoc_children {
245+
padding-left: 0;
237246
}

0 commit comments

Comments
 (0)