-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix/small css fixes #1225
Fix/small css fixes #1225
Conversation
1578604
to
ce31f28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small change
@@ -5,7 +5,7 @@ | |||
.search-field { | |||
.mat-form-field-wrapper { | |||
border: 1px solid mat-color($grey-palette, 400); | |||
background-color: #ffff; | |||
background-color: $offwhite; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please put back #fff
? 😊
Because the background-color of the auto-complete is white too. Otherwise, it's a bit weird according to me...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the PR. 😄
…eld-wrapper` to variable $offWh - `background-color: #ffff` was causing an issue in chrome 56 - also removed duplicate code ISSUES CLOSED: NationalBankBelgium#1181
…caught TypeError: Cannot read property 'focus' of null thrown`
ce31f28
to
1d39083
Compare
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #1181
What is the new behavior?
fixed
Does this PR introduce a breaking change?
Other information