Bugfix/fix style of active page in header navigation (#2528)

* Fix style of active page

* Update changelog
This commit is contained in:
Thomas Kaul
2023-10-21 19:34:44 +02:00
committed by GitHub
parent cb166dcc78
commit 5822e4d186
2 changed files with 7 additions and 0 deletions

View File

@@ -446,6 +446,12 @@ ngx-skeleton-loader {
.mat-mdc-menu-panel {
.mat-mdc-menu-item {
&.font-weight-bold {
.mat-mdc-menu-item-text {
--mat-menu-item-label-text-weight: 700;
}
}
.mdc-list-item__primary-text {
align-items: center;
display: flex;