Skip to content

Commit

Permalink
fix(app): fix mat-icon suffix css (#1139)
Browse files Browse the repository at this point in the history
* fix(context-list): fix css clear filter button

* fix(mat-icon-suffix): globalize css fix for suffix
  • Loading branch information
PhilippeLafreniere18 authored Nov 30, 2022
1 parent f00532f commit afae52e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions demo/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,10 @@ mat-sidenav-content {
}

:ng-deep .mat-tooltip-hide { display: none!important; } // temporary fix (https://github.com/angular/components/issues/24614)

::ng-deep .mat-form-field-suffix {
::ng-deep mat-icon {
width: auto !important;
height: -webkit-fill-available !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
padding-left: 6px;
}

.clear-button {
padding-right: 5px;
}

mat-form-field {
height: 40px;
}
Expand Down

0 comments on commit afae52e

Please sign in to comment.