Feature/improve active menu button style (#227)

* Improve text decoration style

* Update changelog
pull/228/head
Thomas 3 years ago committed by GitHub
parent d53e5c4da5
commit be8d60968d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save