/* Tooltip style for undisclosed work items */
table td[title] {
  cursor: help;
  text-decoration: underline dotted;
  text-decoration-color: var(--color-border-light);
  text-underline-offset: 3px;
}
