[ACA-2140] remove the content node selector styles moved to ADF

This commit is contained in:
suzana_dirla
2019-08-20 19:47:35 +03:00
parent b46c4b891c
commit d46316072a
@@ -16,14 +16,6 @@
.adf-datatable-cell { .adf-datatable-cell {
flex: 0 1 auto; flex: 0 1 auto;
min-width: 1px; min-width: 1px;
&:nth-child(2) {
flex: 1 0 200px;
}
&.adf-content-selector-visibility-cell {
display: initial;
}
} }
} }