From 81c32c1c2e98e2279717b2d5b13a49374a4b18d5 Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 7 Jun 2018 07:31:37 +0200 Subject: [PATCH] #33: fix border radius style --- src/app/mat-select-search/mat-select-search.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0505561..f299f32 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -26,7 +26,7 @@ $multiple-check-width: 33px; TODO: implement propert theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34) */ box-shadow: none; - border-radius: none; + border-radius: 0; &.mat-select-search-inner-multiple { width: 100%;