Skip to content

Commit 05e25e6

Browse files
ElormCochDevtools-frontend LUCI CQ
authored andcommitted
Reduce opacity of disabled select elements in forced colors mode
Before: In high contrast Desert mode, user is unable to differentiate between the enable and disabled 'Link handling auto' combo box. - https://imgur.com/a/bpzXZBG After: https://imgur.com/a/CU8eQaD Bug: 471095586 Change-Id: I4b265ddf2e8a88ec7d33ce296071bbc91a1ad093 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7298803 Commit-Queue: Sylvester Elorm Coch <elormcoch@microsoft.com> Reviewed-by: Wolfgang Beyer <wolfi@chromium.org>
1 parent 011ec3b commit 05e25e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/legacy/inspectorCommon.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ button.link:focus-visible {
610610
@media (forced-colors: active) {
611611
.dimmed,
612612
select:disabled {
613-
opacity: 100%;
613+
opacity: 70%;
614614
}
615615

616616
.harmony-input:not([type]),

0 commit comments

Comments
 (0)