Browse Source
Feature/improve active menu button style (#227)
* Improve text decoration style
* Update changelog
pull/228/head
Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/components/header/header.component.scss
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the style of the active page in the navigation on desktop |
|
|
|
|
|
|
|
## 1.27.0 - 18.07.2021 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
@ -14,6 +14,8 @@ |
|
|
|
.mat-flat-button { |
|
|
|
&:not(.mat-primary) { |
|
|
|
background-color: transparent; |
|
|
|
text-decoration-color: rgba(var(--palette-primary-500), 1) !important; |
|
|
|
text-underline-offset: 0.25rem; |
|
|
|
} |
|
|
|
|
|
|
|
ion-icon { |
|
|
|