Skip to content

Commit

Permalink
fix: cdk-focused style was not hidden properly anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
tkubica-edu committed Jul 1, 2024
1 parent 2ec3d75 commit f8496b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/app/wlo-search/template/template.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@
height: 24px;
width: 24px;
}

&.cdk-focused {
display: none;
}
}

.edit-button {
Expand Down
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit f8496b1

Please sign in to comment.