fix(console): datepicker, formfield cleanup, member role help, domain layout (#3765)

* key datepicker, formfield cleanup, member role help, domain layout

* accounts card template overlay

* fix account card trigger

* chore(deps-dev): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 in /console (#3752)

chore(deps-dev): bump @typescript-eslint/parser in /console

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.26.0 to 5.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* deps, i18n, feature info section

* lint

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Max Peintner
2022-06-07 11:08:05 +02:00
committed by GitHub
parent 5e4b38d69b
commit c1f59c7950
45 changed files with 648 additions and 456 deletions

View File

@@ -413,6 +413,10 @@ $custom-typography: mat.define-typography-config(
}
}
.mat-calendar-table {
height: 280px;
}
@include component-themes($caos-dark-app-theme);
@include mat.all-component-themes($caos-dark-app-theme);
@@ -448,7 +452,8 @@ $custom-typography: mat.define-typography-config(
}
.main-container,
.mat-dialog-container {
.mat-dialog-container,
.mat-calendar {
background-color: map-get($background, background);
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@@ -510,7 +515,8 @@ $custom-typography: mat.define-typography-config(
}
.main-container,
.mat-dialog-container {
.mat-dialog-container,
.mat-calendar {
background-color: map-get($background, background);
transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}