Skip to content

Commit

Permalink
fix(styles): Removed div. from LESS files.
Browse files Browse the repository at this point in the history
Prevents ui-grid from overwritting Bootstrap form-control class definition.

fix #5592
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 22, 2018
1 parent 2cf3e02 commit 5a7dabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/edit/less/edit.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import '../../../less/variables';

div.ui-grid-cell {
.ui-grid-cell {
input {
border-radius: inherit;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/features/validate/less/validate.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '../../../less/variables';

div.ui-grid-cell-contents.invalid {
.ui-grid-cell-contents.invalid {
border: @invalidValueBorder;
}

0 comments on commit 5a7dabd

Please sign in to comment.