Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[HAR-147] Search input control #54
base: develop
Are you sure you want to change the base?
[HAR-147] Search input control #54
Changes from 13 commits
b0aed5d
106aec2
03e326b
83ff63a
484f42f
495330c
61c078b
bb99830
2ee515f
2596784
8adaa9e
a0ed5bd
2815b39
35e4dbc
bbfb9e5
95ec4f0
ac18dfa
9f4c0c6
07b6b97
4afe308
46f00b9
bbf5f40
40d35aa
2879c9d
c860ce0
2180943
69fb251
f14250b
36639e0
a5dbf2a
4712d35
a1fe047
e980aa7
fd3a0d1
bfb5885
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
$input-border-radius?
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.
This is made so the search-input can have a custom border radius, by default it uses $input-border-radius
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.
Would not add another variable for this.
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.
Why not? The search input will often not reside next to other inputs, like in a form, but inside a header for example. With the extra variable it can be adjusted to the header style.
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 think we need to use the
$input-border-radius
since we don't want to provide to many different input variations.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.
we could remove the
!default
but I do think it has its benefits to declare this value at the top of the file.e.g.:
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 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.
The variable $input-border-size does not exist (yet)