Browse Source
Bugfix/fix style of active page in header navigation (#2528)
* Fix style of active page
* Update changelog
pull/2529/head
Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/styles.scss
|
|
@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the style of the active page in the header navigation |
|
|
|
- Trimmed text in `i18n` service to query `messages.*.xlf` files on the server |
|
|
|
|
|
|
|
## 2.13.0 - 2023-10-20 |
|
|
|
|
|
@ -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; |
|
|
|