Skip to content

Commit

Permalink
Merge pull request liferay#986 from RenanUmV/LPS-121218
Browse files Browse the repository at this point in the history
fix(alloy-ui): LPS-121218 Add .color-cell-editor-hidden in css file
  • Loading branch information
bryceosterhaus authored Aug 31, 2022
2 parents 7de2f29 + 2d8bcef commit 3403992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
vertical-align: middle;
}

.basecelleditor-hidden, .datecelleditor-hidden, .dropdowncelleditor-hidden, .textcelleditor-hidden, .textareacelleditor-hidden, .checkboxcelleditor-hidden, .radiocelleditor-hidden {
.basecelleditor-hidden, .datecelleditor-hidden, .dropdowncelleditor-hidden, .textcelleditor-hidden, .textareacelleditor-hidden, .checkboxcelleditor-hidden, .radiocelleditor-hidden, .color-cell-editor-hidden{
display: none !important;
}

Expand Down

0 comments on commit 3403992

Please sign in to comment.