mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-23 22:30:37 +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(
|
||||
$primary-color,
|
||||
@@ -36,7 +36,6 @@
|
||||
#{ms.$mat-datetimepicker-calendar-body-cell-content} {
|
||||
&#{ms.$mat-datetimepicker-calendar-body-selected} {
|
||||
background-color: $primary-color;
|
||||
color: $on-surface;
|
||||
color: $on-primary-color;
|
||||
}
|
||||
|
||||
@@ -84,7 +83,7 @@
|
||||
color: $on-surface;
|
||||
}
|
||||
|
||||
#{ms.$mat-datetimepicker-calendar-table-header} {
|
||||
#{ms.$mat-datetimepicker-calendar-content} #{ms.$mat-datetimepicker-calendar-table-header} {
|
||||
color: $on-surface-variant;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user