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

div.ui-grid-cell input CSS overrides Bootstrap form-control class definition #5592

Closed
randycasburn opened this issue Jul 29, 2016 · 0 comments

Comments

@randycasburn
Copy link

I consider this a bug...that that is up for interpretation.

Please remove the specificity from your CSS selector for cells containing inputs. Being more specific in your selector than other frameworks (ie. Bootstrap) will always override those styles.

Change from: div.ui-grid-cell input
To: ui-grid-cell input

This will allow us to use the class attribute to style inputs in cells.

mportuga pushed a commit that referenced this issue Mar 22, 2018
Prevents ui-grid from overwritting Bootstrap form-control class definition.

fix #5592
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants