Skip to content

Commit

Permalink
#33: fix border radius style
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Jun 7, 2018
1 parent d6b380d commit 81c32c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 81c32c1

Please sign in to comment.