-
Notifications
You must be signed in to change notification settings - Fork 5
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
Figure out the customized part of jquery-ui.css #244
Comments
I found the difference between jquery-ui.css and jquery-ui-custom.css . |
It would be good to specify the changes with line numbers ... |
At least for what I can imagine right now based on the description above, most of the changes are not very important and actually affect anything except the 12. |
For now , I think jquery-ui-custom.js can replace by jquery-ui.js, it will be updated easily in the future |
When I worked on #631 today, I found that jquery-ui.css (used in result page of blast search) is a customized version of jquery-ui.css, although its name looks like without customized. We should figure out customized part and separate that part from library. That will make our future upgrade more easily. To figure out which part is customized, I noticed that the orange background in result page of blast search comes from that file.
The text was updated successfully, but these errors were encountered: