-
Notifications
You must be signed in to change notification settings - Fork 273
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
refactor: align all inputs to use same CSS for styling #793
Conversation
- all input like elements such as Input, MultiComboBox, Select use the same CSS for styling host - all icons than needs to be styled as input icons have a common CSS - InputIcon.css - users can now overstyle all input elements by setting styles to host - fixes tiny bug in Select when Picker is open - icon background color should be pressed - adds a better keyboard handling for MultiComboBox FIXES: #766
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.
Textarea has no border on IE11, all others are fine
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.
Please check HCB theme - when you hover/click the icon to the right (arrow for select, calendar icon for datepicker), the orange background doesn't extend to the bottom of the input
- set cursor to be pointer on the host
FIXES: #766