Skip to content

Commit

Permalink
feat(angular-material): review kd-theme
Browse files Browse the repository at this point in the history
upgrade angular-material to 16

BREAKING CHANGE: ⛵upgrade angular-material to 16
  • Loading branch information
romdhanisam committed Oct 18, 2023
1 parent 29bd6a7 commit cdfe8a7
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions modules/web/src/_theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,6 @@
@include mat.form-field-density(-4);
@include mat.icon-button-density(-3);

.kd-namespace-select-form-field {
mat-form-field {
width: 100%;
}

.mdc-notched-outline {
.mdc-notched-outline__leading {
display: none !important;
}

.mdc-notched-outline__trailing {
border: 1px solid $border !important;
border-radius: 2px !important;
}
}
}

mat-card-title,
mat-card-footer {
color: map.get($foreground-palette, text);
}

.kd-card-content {
color: map.get($foreground-palette, text);
}

.kd-create-from-file-info,
.kd-create-from-input-info {
color: map.get($foreground-palette, text);
}

a {
color: map.get($colors, primary);

Expand Down Expand Up @@ -363,4 +332,35 @@
}
}
}

.kd-namespace-select-form-field {
mat-form-field {
width: 100%;
}

.mdc-notched-outline {
.mdc-notched-outline__leading {
display: none;
}

.mdc-notched-outline__trailing {
border: 1px solid $border !important;
border-radius: 2px;
}
}
}

mat-card-title,
mat-card-footer {
color: map.get($foreground-palette, text);
}

.kd-card-content {
color: map.get($foreground-palette, text);
}

.kd-create-from-file-info,
.kd-create-from-input-info {
color: map.get($foreground-palette, text);
}
}

0 comments on commit cdfe8a7

Please sign in to comment.