Browse Source
Task/improve styling of tabs across various dialogs (#7028)
* Improve styling of tabs
* Update changelog
pull/7034/head
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/styles/theme.scss
|
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the styling of the tabs across various dialogs |
|
|
|
- Improved the styling of the page tabs component on desktop |
|
|
|
- Enabled the _Bull Dashboard_ tab in the admin control panel (experimental) |
|
|
|
- Upgraded `bull-board` from version `7.1.5` to `7.2.1` |
|
|
|
|
|
|
|
@ -392,8 +392,11 @@ $gf-typography: ( |
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
|
( |
|
|
|
active-focus-indicator-color: var(--gf-theme-primary-500), |
|
|
|
active-focus-label-text-color: var(--gf-theme-primary-500), |
|
|
|
active-hover-indicator-color: var(--gf-theme-primary-500), |
|
|
|
active-hover-label-text-color: var(--gf-theme-primary-500), |
|
|
|
active-indicator-color: var(--gf-theme-primary-500), |
|
|
|
active-label-text-color: var(--gf-theme-primary-500), |
|
|
|
active-ripple-color: var(--gf-theme-primary-500), |
|
|
|
inactive-ripple-color: var(--gf-theme-primary-500) |
|
|
|
|