Skip to content

Commit

Permalink
Fix coloring issues with A.I. summary tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Nov 10, 2025
1 parent c9b532d commit aab08fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -3979,6 +3979,18 @@ div.profile-image.red-bg, div.profile-image.green-bg, div.profile-image.red-bg,
color: var(--col-300) !important;
}
.icon-button {
color: var(--col-400) !important;
}
.tdx-view-ticket-summary #divSummaryHeading a {
color: var(--col-400);
}
.tdx-view-ticket-summary #divSummaryHeading a #spnCopySummaryIcon {
color: var(--col-400);
}
/* Icons + Filters */
.tdx-dropdown__menu-icon,
.tdx-dropdown--headline:after,
Expand Down

0 comments on commit aab08fa

Please sign in to comment.