Skip to content
Snippets Groups Projects
Commit f09772f3 authored by rhenck's avatar rhenck
Browse files

Set green color to checked checkboxes

parent f2da6eaf
No related branches found
No related tags found
No related merge requests found
...@@ -29,8 +29,9 @@ import { CheckboxElement } from './checkbox-element'; ...@@ -29,8 +29,9 @@ import { CheckboxElement } from './checkbox-element';
</div> </div>
`, `,
styles: [ styles: [
'::ng-deep .mat-checkbox-layout {white-space: normal !important}', ':host ::ng-deep .mat-checkbox-layout {white-space: normal !important}',
'.error-message { position: absolute; display: block; margin-top: 5px; font-size: 75% }' '.error-message { position: absolute; display: block; margin-top: 5px; font-size: 75% }',
':host ::ng-deep mat-checkbox.mat-checkbox-checked .mat-checkbox-background {background-color: #006064}'
] ]
}) })
export class CheckboxComponent extends FormElementComponent { export class CheckboxComponent extends FormElementComponent {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment