Skip to content

Commit

Permalink
Fix active step outline in console demo app.
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimio committed May 3, 2024
1 parent af4a80b commit 0a807a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/console/console.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ app-header {
}

:host::ng-deep .touranchor--is-active {
outline: 2px solid var(--tui-negative);
outline: 2px solid var(--tui-negative) !important;
}

0 comments on commit 0a807a4

Please sign in to comment.