From 8dfd2b549a15cf65cde1246deed30be41cd19a69 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:06:56 +0200 Subject: [PATCH] [ACS-8375] [ACA] [General] Selecting a checkbox gives a light green color on focus (#3937) --- projects/aca-content/src/lib/ui/overrides/ay11.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/aca-content/src/lib/ui/overrides/ay11.scss b/projects/aca-content/src/lib/ui/overrides/ay11.scss index 985ec1b41c..9a8a8f770e 100644 --- a/projects/aca-content/src/lib/ui/overrides/ay11.scss +++ b/projects/aca-content/src/lib/ui/overrides/ay11.scss @@ -32,10 +32,6 @@ top: calc(50% - 10px); display: block; } - - & ~ .mdc-checkbox__background { - opacity: 0.57; - } } }