mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[affected:*][ci:force] Fixed lint after error on important
This commit is contained in:
parent
0f2f4594c7
commit
c7f6ce8587
@ -113,9 +113,9 @@ h2.adf-search-results-label {
|
|||||||
fill: var(--theme-primary-color);
|
fill: var(--theme-primary-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-no-content-container {
|
.adf-no-content-container.adf-datatable-cell {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none !important;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-cell {
|
.adf-datatable-cell {
|
||||||
@ -167,8 +167,8 @@ h2.adf-search-results-label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-searchLayout {
|
&-searchLayout {
|
||||||
.adf-datatable-list .adf-datatable-row {
|
.adf-datatable-list .adf-datatable-body .adf-datatable-row {
|
||||||
min-height: 65px !important;
|
min-height: 65px;
|
||||||
|
|
||||||
.adf-datatable-cell {
|
.adf-datatable-cell {
|
||||||
.adf-name-location-cell-location {
|
.adf-name-location-cell-location {
|
||||||
@ -184,6 +184,9 @@ h2.adf-search-results-label {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.adf-content-selector-modifier-cell {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&.adf-content-selector-visibility-cell {
|
&.adf-content-selector-visibility-cell {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user