Skip to content

Commit

Permalink
correct colors in ticket comment
Browse files Browse the repository at this point in the history
this issue was previously fixed in the task view; however, it seems that
the ticket and task views utilize differing css classes for identically
functioning elements
  • Loading branch information
ejunga committed Nov 18, 2025
1 parent d77b9b0 commit d66fd97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -2379,11 +2379,12 @@ div.WhiteOut {
}
.ms-drop {
background-color: var(--bg-0);
background-color: var(--bg-0) !important;
border-color: var(--border-0);
}
button.ms-choice {
background-color: var(--bg-0) !important;
border-color: var(--border-0) !important;
}
Expand Down

0 comments on commit d66fd97

Please sign in to comment.