Feature/migrate various components to angular material 15 (#1836)

* Migrate components to Angular Material 15

* Update changelog
This commit is contained in:
Thomas Kaul
2023-04-08 15:33:27 +02:00
committed by GitHub
parent 1928c2c2cc
commit 1b7b082003
53 changed files with 149 additions and 205 deletions

View File

@@ -7,16 +7,6 @@
overflow-x: auto;
.mat-mdc-table {
td {
&.mat-mdc-footer-cell {
border-top: 1px solid
rgba(
var(--palette-foreground-divider),
var(--palette-foreground-divider-alpha)
);
}
}
th {
::ng-deep {
.mat-sort-header-container {
@@ -58,15 +48,6 @@
:host-context(.is-dark-theme) {
.mat-mdc-table {
td {
&.mat-mdc-footer-cell {
border-top-color: rgba(
var(--palette-foreground-divider-dark),
var(--palette-foreground-divider-dark-alpha)
);
}
}
.type-badge {
background-color: rgba(
var(--palette-foreground-text-dark),