So, basically I was trying to remove the Child tag's description removed "when selecting a discussion tag", Spent over 30 minutes on removing but im failing. I've tried this CSS code below. how could i remove the description of nested/secondary tag's description on the popup?
#pinned-child-colored.SelectTagList>li.child > .SelectTagListItem-description {
display: none;
}