mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
hide node selector columns (#1262)
This commit is contained in:
parent
b20b6333c4
commit
c98591596c
@ -58,8 +58,6 @@ $foreground: map-get($custom-theme, foreground);
|
|||||||
$warn: map-get($custom-theme, warn);
|
$warn: map-get($custom-theme, warn);
|
||||||
|
|
||||||
@mixin custom-theme($theme) {
|
@mixin custom-theme($theme) {
|
||||||
@include adf-style-fixes($theme);
|
|
||||||
|
|
||||||
@include layout-theme($theme);
|
@include layout-theme($theme);
|
||||||
@include aca-search-input-theme($theme);
|
@include aca-search-input-theme($theme);
|
||||||
@include app-permission-manager-theme($theme);
|
@include app-permission-manager-theme($theme);
|
||||||
@ -70,6 +68,7 @@ $warn: map-get($custom-theme, warn);
|
|||||||
@include aca-current-user-theme($theme);
|
@include aca-current-user-theme($theme);
|
||||||
@include aca-context-menu-theme($theme);
|
@include aca-context-menu-theme($theme);
|
||||||
@include app-create-menu-theme($theme);
|
@include app-create-menu-theme($theme);
|
||||||
|
@include adf-style-fixes($theme);
|
||||||
|
|
||||||
.mat-toolbar {
|
.mat-toolbar {
|
||||||
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
|
color: var(--theme-text-color, rgba(0, 0, 0, 0.54));
|
||||||
|
@ -3,4 +3,14 @@
|
|||||||
@mixin adf-style-fixes($theme) {
|
@mixin adf-style-fixes($theme) {
|
||||||
// add here all ADF style overrides
|
// add here all ADF style overrides
|
||||||
// and create a task to move them to ADF
|
// and create a task to move them to ADF
|
||||||
|
|
||||||
|
.adf-content-node-selector-content-list {
|
||||||
|
.adf-content-selector-modified-cell {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adf-content-selector-modifier-cell {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user