-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(datepicker): make calendar look more like mocks #3138
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nits
color: mat-color($primary, default-contrast); | ||
} | ||
|
||
.mat-calendar-table-today { | ||
border-color: mat-color($foreground, divider); | ||
&:not(.mat-calendar-table-selected) { | ||
// Note: though its not text, the border is a hint about the fact that this is today's date, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: its
-> it's
src/lib/datepicker/calendar.scss
Outdated
$mat-calendar-padding: 8px !default; | ||
$mat-calendar-header-divider-width: 1px !default; | ||
$mat-calendar-controls-vertical-padding: 5%; | ||
$mat-calendar-controls-start-padding: calc(100% / 14 - 6px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment for this? The numbers look a bit opaque
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
* style changes * more styles * addressed comments
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.