Skip to content
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

Features/theme grid dark pr4 #301

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

azkurban
Copy link
Contributor

Dark theme: pager-target & cell-editors

@@ -23,6 +23,7 @@ export declare class EditCellView {

value: any;
label: any;
theme: string | Array<string>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is not allowed to make it here

@@ -14,7 +14,7 @@
<mat-datepicker-toggle matSuffix
[for]="picker">
</mat-datepicker-toggle>
<mat-datepicker #picker>
<mat-datepicker #picker [panelClass]="$view.edit.cell.theme">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a special service theme and call it instead of edit so it would be $view.theme.class

Azamat Kurbanaev added 6 commits June 27, 2018 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants