Skip to content

Commit

Permalink
fix comment notification selector colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ejunga committed Nov 13, 2025
1 parent 4826aeb commit 5abb891
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,10 @@ button.ms-choice:focus {
border-color: var(--border-0) !important;
}
.tdx-lookup-group.input-group {
background-color: var(--bg-0) !important;
}
.input-group:not(:has(.input-group-section)):not(.input-group--no-border) {
border-color: var(--border-0);
}
Expand Down Expand Up @@ -2560,6 +2564,7 @@ div.select2-container.form-control .select2-choice.select2-default {
div.select2-drop.select2-drop-active, div.select2-drop.select2-drop-above.select2-drop-active {
box-shadow: 0 1px 3px var(--shadow-1),0 2px 10px var(--shadow-2);
background-color: var(--bg-0);
}
.select2-drop .select2-results .select2-highlighted {
Expand Down

0 comments on commit 5abb891

Please sign in to comment.