[AAE-38482] removed mat-datetimepicker styles

This commit is contained in:
tomek.hanaj
2026-04-08 13:23:59 +02:00
committed by Vito Albano
parent 84fee7e066
commit 1b49610136
6 changed files with 0 additions and 61 deletions

View File

@@ -1,12 +0,0 @@
@use '../../../../../core/src/lib/styles/mat-selectors' as ms;
#{ms.$mat-datetimepicker-calendar} {
#{ms.$mat-datetimepicker-calendar-content} {
#{ms.$mat-datetimepicker-calendar-table-header} th {
color: var(--adf-theme-foreground-text-color-064);
}
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
color: var(--adf-theme-foreground-text-color-064);
}
}
}

View File

@@ -42,7 +42,6 @@ import { AlfrescoApiService } from '../../services/alfresco-api.service';
MatInputModule,
MatButtonModule
],
styleUrls: ['./node-lock.dialog.scss'],
templateUrl: './node-lock.dialog.html',
encapsulation: ViewEncapsulation.None
})

View File

@@ -1,18 +1,5 @@
@use '../../../../../../core/src/lib/styles/mat-selectors' as ms;
.adf-search-date-range > form {
display: inline-flex;
flex-direction: column;
width: 100%;
}
#{ms.$mat-datetimepicker-calendar} {
#{ms.$mat-datetimepicker-calendar-content} {
#{ms.$mat-datetimepicker-calendar-table-header} th {
color: var(--adf-theme-foreground-text-color-064);
}
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
color: var(--adf-theme-foreground-text-color-064);
}
}
}

View File

@@ -66,14 +66,3 @@
cursor: pointer;
}
}
#{ms.$mat-datetimepicker-calendar} {
#{ms.$mat-datetimepicker-calendar-content} {
#{ms.$mat-datetimepicker-calendar-table-header} th {
color: var(--adf-theme-foreground-text-color-064);
}
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
color: var(--adf-theme-foreground-text-color-064);
}
}
}

View File

@@ -26,14 +26,3 @@
#{ms.$mat-datetimepicker-toggle} {
color: var(--adf-theme-foreground-icon-color);
}
#{ms.$mat-datetimepicker-calendar} {
#{ms.$mat-datetimepicker-calendar-content} {
#{ms.$mat-datetimepicker-calendar-table-header} th {
color: var(--adf-theme-foreground-text-color-064);
}
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
color: var(--adf-theme-foreground-text-color-064);
}
}
}

View File

@@ -1,5 +1,3 @@
@use '../../../../../../../../core/src/lib/styles/mat-selectors' as ms;
.adf {
&-date-editor {
width: 100%;
@@ -10,14 +8,3 @@
top: 25px;
}
}
#{ms.$mat-datetimepicker-calendar} {
#{ms.$mat-datetimepicker-calendar-content} {
#{ms.$mat-datetimepicker-calendar-table-header} th {
color: var(--adf-theme-foreground-text-color-064);
}
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
color: var(--adf-theme-foreground-text-color-064);
}
}
}