-
Notifications
You must be signed in to change notification settings - Fork 26
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
Miscellaneous Updates to prepare for Checkboxes, Radios, and Dropdown Selects. #458
Miscellaneous Updates to prepare for Checkboxes, Radios, and Dropdown Selects. #458
Conversation
CITguy
commented
Feb 22, 2019
•
edited
Loading
edited
- Dev LGTM
- Dev LGTM
Deploy preview for helix-ui ready! Built with commit 5e19f1a |
@@ -10,7 +10,7 @@ | |||
display: block; | |||
font-size: 1rem; // 16px | |||
height: 2rem; | |||
padding: 0 0.5rem; | |||
padding: 0 0.75rem; |
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.
Update to current specs.
@@ -25,7 +25,6 @@ html { | |||
box-sizing: inherit; | |||
} | |||
|
|||
@import 'reset/forms'; |
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.
- moved valid resets to
components/forms.less
- all other resets removed (either useless or duplicate)
7017483
to
65bba6b
Compare
65bba6b
to
b87a589
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.
dev lgtm
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.
Dev LGTM
* Radios (component) * <hx-radio> (element) * <hx-select> (element) merge w radios
* docs: Update forms in docs * Stop using `label > input`. * Use `input[id] ~ label[for]` to support incoming radios and checkboxes development. * Use future markup for checkboxes and radios. * src: cleanup beta Form styles * prepare for upcoming development
b87a589
to
5e19f1a
Compare