-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Transition from css to js for tabs/inkbar #346
Conversation
…into css-in-js Conflicts: src/less/components/components.less
Closing until fixes |
@hai-cea Fixes should be implemented now. Also implemented: Changed fixed width to use % width to allow for resizing/changed functions to pass down left prop to inkbar to reflect this change. As fallout to this change, removed post component mounting check to see if tabWidth*length of total tabs was greater than parent container and forcing back into fixed width. |
Also, please remove the less files that were replaced with this PR. |
@hai-cea I added mergeandprefix to those files that needed prefixing. Concerning replacing less files - those should already have been replaced in this PR (check tabs.less/ink-bar.less in files changed.) |
Transition from css to js for tabs/inkbar
No description provided.