Bugfix/fix style of active page in header navigation (#2528)
* Fix style of active page * Update changelog
This commit is contained in:
parent
cb166dcc78
commit
5822e4d186
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user