From eae49e0d69758f7c53a2c870cad2cc9358892457 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Wed, 6 Jun 2018 17:56:26 +0200 Subject: [PATCH] #33: fix mat-datepicker-content styles being applied --- src/app/mat-select-search/mat-select-search.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/mat-select-search/mat-select-search.component.scss b/src/app/mat-select-search/mat-select-search.component.scss index 8ab0e18..3966ec0 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -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%;