Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

78 matselect icon not vertically aligned issue is fixed #159

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

- Fixed `<blui-drawer-header>` `color` prop issue ([#152](https://github.com/etn-ccis/blui-angular-themes/issues/152)).
- Fixed dropdown arrow not vertically aligned issue in `<mat-select>` ([#78](https://github.com/etn-ccis/blui-angular-themes/issues/78)).
- Fixed chip mixin to use correct accent color issue ([#72](https://github.com/etn-ccis/blui-angular-themes/issues/72)).
- Fixed `<blui-inline>` does not work with inline svg icons issue ([#133](https://github.com/etn-ccis/blui-angular-themes/issues/133)).
- Fixed Dark theme `<blui-drawer-header>` text and icon color issue ([#79](https://github.com/etn-ccis/blui-angular-themes/issues/79)).
Expand Down
7 changes: 0 additions & 7 deletions _common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,6 @@
.mat-form-field-subscript-wrapper {
padding: $ltrOutlinePadding;
}
&.mat-form-field-should-float .mat-form-field-infix {
margin-top: -0.125rem;
margin-bottom: 0.125rem;
}
.mat-form-field-suffix,
.mat-form-field-prefix {
margin-bottom: 0.25rem;
Expand All @@ -279,9 +275,6 @@
.mat-form-field-prefix {
margin-bottom: 0.75rem;
}
.mat-form-field-infix {
padding-top: 0.125rem;
}
}

.mat-form-field-subscript-wrapper {
Expand Down