User

Domino/CategoryTree.css

From Dogcraft Wiki

mNo edit summary
mNo edit summary
Line 18: Line 18:
.CategoryTreeItem {
.CategoryTreeItem {
   margin-bottom: .5rem;
   margin-bottom: .5rem;
}
   display: grid;
 
   grid-template-columns: 16px 1fr;
.CategoryTreeBullet {
   column-gap: 4px;
   display: inline-block;
   height: 1rem;
   margin: .25rem;
}
}



Revision as of 16:53, 30 January 2026

.CategoryTreeItem a {
  color: initial;
}

.CategoryTreeTag > .CategoryTreeSection:first-child > .CategoryTreeItem:first-child > .CategoryTreeBullet:first-child {
  display: none;
}

.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren {
  margin-left: 0;
}

.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeItem a, 
.CategoryTreeTag > .CategoryTreeSection > .CategoryTreeChildren > .CategoryTreeSection > .CategoryTreeItem a {
  font-weight: bold;
}

.CategoryTreeItem {
  margin-bottom: .5rem;
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: 4px;
}

.CategoryTreeToggle.CategoryTreeToggleHandlerAttached {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	border: none !important;
	width: auto;
	height: auto;
	color: initial;
	font-size: .70em;
}

.CategoryTreeToggle.CategoryTreeToggleHandlerAttached[data-ct-state="expanded"]::before {
	content: '\f078';
}

.CategoryTreeToggle.CategoryTreeToggleHandlerAttached[data-ct-state="collapsed"]::before {
	content: '\f054';
}

.CategoryTreePageBullet {
	width: 16px;
	border: none;
}
This page was last modified on 30 January 2026, at 16:53. (14 hours ago)