diff --git a/src/app/wlo-search/template/template.component.scss b/src/app/wlo-search/template/template.component.scss index 4558c2d7..01be9cfc 100644 --- a/src/app/wlo-search/template/template.component.scss +++ b/src/app/wlo-search/template/template.component.scss @@ -62,10 +62,6 @@ height: 24px; width: 24px; } - - &.cdk-focused { - display: none; - } } .edit-button { diff --git a/src/styles.scss b/src/styles.scss index 3f2d3a1d..38b04ae0 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -129,7 +129,7 @@ body { outline-color: currentcolor; } -.cdk-focused:not(.cdk-keyboard-focused) .mat-focus-indicator::before, -.cdk-focused.mat-focus-indicator:not(.cdk-keyboard-focused)::before { +.cdk-focused:not(.cdk-keyboard-focused) .mat-mdc-focus-indicator::before, +.cdk-focused.mat-mdc-focus-indicator:not(.cdk-keyboard-focused)::before { display: none; }