.tree-toggle {
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 4px;
  user-select: none;
}

.tree-toggle:hover {
  color: #000;
}

.tree-toggle:hover svg {
  fill: #000;
}

.tree-toggle div {
  flex: none;
  width: 14px;
  height: 14px;
  transition: all 0.14s;
}
