Skip to content
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

Fixes #12096 - Fix layout when removing class parameter override #2799

Closed
wants to merge 1 commit into from

Conversation

tbrisker
Copy link
Member

@tbrisker tbrisker commented Oct 8, 2015

Removing the override for a smart class parameter removed the flag icon
from the parameter pill. This fixes the layout so the parameter name
doesn't move to the left.
This commit also cleans up the JS code a bit and changes deprecated
jQuery .attr('disabled',...) to .prop('disabled').

Removing the override for a smart class parameter removed the flag icon
from the parameter pill. This fixes the layout so the parameter name
doesn't move to the left.
This commit also cleans up the JS code a bit and changes deprecated
jQuery `.attr('disabled',...)` to `.prop('disabled')`.
@dLobatog
Copy link
Member

dLobatog commented Oct 8, 2015

Merged as 0dde446, thanks @tbrisker!

@dLobatog dLobatog closed this Oct 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants