mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[AAE-38482] applied pr comments
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
@use 'mat-selectors' as ms;
|
@use './mat-selectors' as ms;
|
||||||
|
|
||||||
@mixin override-mat-date-timepicker(
|
@mixin override-mat-date-timepicker(
|
||||||
$primary-color,
|
$primary-color,
|
||||||
@@ -36,7 +36,6 @@
|
|||||||
#{ms.$mat-datetimepicker-calendar-body-cell-content} {
|
#{ms.$mat-datetimepicker-calendar-body-cell-content} {
|
||||||
&#{ms.$mat-datetimepicker-calendar-body-selected} {
|
&#{ms.$mat-datetimepicker-calendar-body-selected} {
|
||||||
background-color: $primary-color;
|
background-color: $primary-color;
|
||||||
color: $on-surface;
|
|
||||||
color: $on-primary-color;
|
color: $on-primary-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -84,7 +83,7 @@
|
|||||||
color: $on-surface;
|
color: $on-surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-datetimepicker-calendar-table-header} {
|
#{ms.$mat-datetimepicker-calendar-content} #{ms.$mat-datetimepicker-calendar-table-header} {
|
||||||
color: $on-surface-variant;
|
color: $on-surface-variant;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user