Skip to content

Commit 83b5e9e

Browse files
authored
Merge pull request #20298 from calixteman/bug1990082
[Editor] Avoid to use similar colors for background and foreground colors in HCM (bug 1990082)
2 parents 1ed9923 + 80c7aee commit 83b5e9e

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

web/comment_manager.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@
211211
@media screen and (forced-colors: active) {
212212
--comment-date-fg-color: CanvasText;
213213
--comment-bg-color: Canvas;
214-
--comment-hover-bg-color: SelectedItemText;
214+
--comment-hover-bg-color: Canvas;
215215
--comment-hover-filter: none;
216-
--comment-active-bg-color: SelectedItemText;
216+
--comment-active-bg-color: Canvas;
217217
--comment-active-filter: none;
218218
--comment-border-color: CanvasText;
219219
--comment-fg-color: CanvasText;
@@ -222,7 +222,7 @@
222222
--comment-indicator-focus-fg-color: CanvasText;
223223
--comment-indicator-hover-fg-color: CanvasText;
224224
--comment-indicator-selected-fg-color: SelectedItem;
225-
--button-comment-bg: HighlightText;
225+
--button-comment-bg: ButtonFace;
226226
--button-comment-color: ButtonText;
227227
--button-comment-active-bg: ButtonText;
228228
--button-comment-active-color: HighlightText;

web/dialog.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
--radio-border-color: ButtonText;
100100
--radio-checked-border-color: ButtonText;
101101

102-
--button-secondary-bg-color: HighlightText;
102+
--button-secondary-bg-color: ButtonFace;
103103
--button-secondary-fg-color: ButtonText;
104104
--button-secondary-border-color: ButtonText;
105105
--button-secondary-active-bg-color: HighlightText;
@@ -112,7 +112,7 @@
112112
--button-secondary-disabled-border-color: GrayText;
113113

114114
--button-primary-bg-color: ButtonText;
115-
--button-primary-fg-color: HighlightText;
115+
--button-primary-fg-color: ButtonFace;
116116
--button-primary-border-color: ButtonText;
117117
--button-primary-active-bg-color: SelectedItem;
118118
--button-primary-active-fg-color: HighlightText;
@@ -125,7 +125,7 @@
125125
--button-primary-disabled-border-color: GrayText;
126126
--button-disabled-opacity: 1;
127127

128-
--input-text-bg-color: HighlightText;
128+
--input-text-bg-color: Field;
129129
--input-text-fg-color: FieldText;
130130
}
131131

0 commit comments

Comments
 (0)