-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
[HxSearchBox] Search icon missaligned when used with label #487 #489
[HxSearchBox] Search icon missaligned when used with label #487 #489
Conversation
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.
There are some minor adjustments needed from coding point of view.
@crdo, can you please review the HTML/CSS?
Havit.Blazor.Components.Web.Bootstrap/Forms/SearchBox/HxSearchBox.razor.cs
Outdated
Show resolved
Hide resolved
Havit.Blazor.Components.Web.Bootstrap/Forms/SearchBox/HxSearchBox.razor
Outdated
Show resolved
Hide resolved
…for protobuf serialization
@@ -17,11 +17,6 @@ | |||
right: .75rem; | |||
} | |||
|
|||
::deep .hx-search-box-input-with-search-icon { |
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.
@crdo this class is necessary when InputGroupStartText
or InputGroupStartTemplate
is set because otherwise the corners aren't rounded.
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.
lgtm
No description provided.