Browse Source

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

* Fix style of active page

* Update changelog
pull/2529/head
Thomas Kaul 12 months ago
committed by GitHub
parent
commit
5822e4d186
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 6
      apps/client/src/styles.scss

1
CHANGELOG.md

@ -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

6
apps/client/src/styles.scss

@ -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;

Loading…
Cancel
Save