Skip to content

Commit

Permalink
#33: fix mat-datepicker-content styles being applied
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Jun 6, 2018
1 parent 3f7df18 commit eae49e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ $multiple-check-width: 33px;
border-bottom-style: solid;
z-index: 100;
font-size: inherit;
/*
compensate effects of .mat-datepicker-content
(see https://github.com/angular/material2/blob/master/src/lib/datepicker/datepicker-content.scss#L27)
until propert theming is implemented in https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34
*/
box-shadow: none;
border-radius: none;
&.mat-select-search-inner-multiple {

width: 100%;
Expand Down

0 comments on commit eae49e0

Please sign in to comment.