-
Notifications
You must be signed in to change notification settings - Fork 410
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
Update style packages dependencies #6946
Comments
@allyoucanmap there are some style problem: |
@ElenaGallo thanks, I'll work on it |
@allyoucanmap Looks like degrading |
@dsuren1 I would prefer to keep latest version of less, the issue is due to computation of variables not included in parentheses, working on it |
@allyoucanmap Yes that's right, seems like it's also affecting some styles (scss) conversion from other libraries as well. I just came across one. |
@dsuren1 just checked and it seems react-widget is not included in the main theme but included directly in the components. The library has an issue with the computation of the buttons. Just tried to add it to the main theme with the overrides and it solve the issue: @import 'react-widgets/lib/less/react-widgets.less';
.rw-numberpicker {
.rw-btn {
height: (@input-height / 2);
line-height: (@input-height / 2);
}
} I would like to use a version of less greater or equal than v3.5.0 to be able to use map functionalities for theming pourpose so I would prefer to fix the style |
@offtherailz thanks, solved |
Description
It would be nice to update following libraries:
What kind of improvement you want to add? (check one with "x", remove the others)
Other useful information
The text was updated successfully, but these errors were encountered: