.check-list-select .check-list-group-actions .clear-all {
  color: var(--jira-color-textLinkColour);
}
.check-list-select .check-list-group-actions .clear-all:visited,
.check-list-select .check-list-group-actions .clear-all:hover {
  color: var(--jira-color-textLinkColour);
}
form#issue-filter .check-list-item.active,
form.aui .check-list-item.active,
.check-list-item.active,
.check-list-group-footer.active {
  background-color: var(--jira-color-menuBackgroundColour);
  color: var(--jira-color-menuTxtColour);
}
