From 1462b54bab33cf2e9f4efdbd12645abc3cbecb75 Mon Sep 17 00:00:00 2001 From: Rena Chen Date: Wed, 25 Oct 2023 12:53:39 -0700 Subject: [PATCH 1/2] AB#1060 general fix for disabled buttons in windows high contrast mode --- desktop/src/@batch-flask/ui/buttons/button.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/src/@batch-flask/ui/buttons/button.scss b/desktop/src/@batch-flask/ui/buttons/button.scss index a9d234daa..0c23ad953 100644 --- a/desktop/src/@batch-flask/ui/buttons/button.scss +++ b/desktop/src/@batch-flask/ui/buttons/button.scss @@ -180,5 +180,9 @@ bl-button { @media (forced-colors: active) { bl-button { border: 1px solid currentColor; + + &.disabled { + opacity: 0.3; + } } } From 449695298a7dd0c17f67e6c561ce8f55b19d6f93 Mon Sep 17 00:00:00 2001 From: Rena Chen Date: Thu, 26 Oct 2023 16:14:08 -0700 Subject: [PATCH 2/2] AB#1051 narrator will read aloud favorites dropdown options now --- .../layout/pinned-entity-dropdown/pinned-dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/app/components/layout/pinned-entity-dropdown/pinned-dropdown.html b/desktop/src/app/components/layout/pinned-entity-dropdown/pinned-dropdown.html index f0f2f687a..336464ba6 100644 --- a/desktop/src/app/components/layout/pinned-entity-dropdown/pinned-dropdown.html +++ b/desktop/src/app/components/layout/pinned-entity-dropdown/pinned-dropdown.html @@ -11,7 +11,7 @@ (contextmenu)="onContextMenu(favorite)"> -