mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +00:00
[AAE-38482] removed mat-datetimepicker styles
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
})
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user