Skip to content

Commit

Permalink
Merge pull request #36 from bithost-gmbh/bugfix/33-border-radius-style
Browse files Browse the repository at this point in the history
#33: fix border radius style
  • Loading branch information
macjohnny authored Jun 7, 2018
2 parents d6b380d + 1a7af6f commit 3547f4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.2.3
* Bugfix: input shows rounded corners when used together with MatDatepicker [#33](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/33)

## 1.2.2
* Bugfix: input shows drop shadow when used together with MatDatepicker [#33](https://github.com/bithost-gmbh/ngx-mat-select-search/issues/33)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-mat-select-search",
"description": "Library that provides an angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.2.2",
"version": "1.2.3",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ $multiple-check-width: 33px;
/*
compensate effects of .mat-datepicker-content
(see https://github.com/angular/material2/blob/master/src/lib/datepicker/datepicker-content.scss#L27)
TODO: implement propert theming (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/34)
TODO: implement proper 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 3547f4c

Please sign in to comment.