mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
AAE-34494 break dependency on ADF mat selectors (#4536)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@import '@alfresco/adf-core/lib/styles/mat-selectors';
|
||||
@use '../../ui/mat-selectors' as ms;
|
||||
|
||||
.aca-bulk-actions-form-field {
|
||||
margin-left: 24px;
|
||||
width: 295px;
|
||||
|
||||
#{$mat-form-field-flex},
|
||||
#{$mat-select-value} {
|
||||
#{ms.$mat-form-field-flex},
|
||||
#{ms.$mat-select-value} {
|
||||
height: 48px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '@alfresco/adf-core/lib/styles/mat-selectors';
|
||||
@use '../../../../ui/mat-selectors' as ms;
|
||||
|
||||
aca-search-ai-input {
|
||||
width: 100%;
|
||||
@@ -59,7 +59,7 @@ aca-search-ai-input {
|
||||
font-size: 15px;
|
||||
margin-right: 26px;
|
||||
|
||||
#{$mat-select-trigger} {
|
||||
#{ms.$mat-select-trigger} {
|
||||
height: auto;
|
||||
margin-top: 4px;
|
||||
}
|
||||
@@ -92,7 +92,7 @@ aca-search-ai-input {
|
||||
}
|
||||
}
|
||||
|
||||
.aca-search-ai-input-agent-select-options.aca-search-ai-input-agent-select-agents#{$mat-select-panel} {
|
||||
.aca-search-ai-input-agent-select-options.aca-search-ai-input-agent-select-agents#{ms.$mat-select-panel} {
|
||||
margin-top: 9px;
|
||||
|
||||
.aca-search-ai-input-agent-select-options-option {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '@alfresco/adf-core/lib/styles/mat-selectors';
|
||||
@use '../../../../ui/mat-selectors' as ms;
|
||||
|
||||
.aca-search-ai-results {
|
||||
aca-page-layout {
|
||||
@@ -118,7 +118,7 @@
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
#{$mat-button-touch-target} {
|
||||
#{ms.$mat-button-touch-target} {
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
@import '@alfresco/adf-core/lib/styles/mat-selectors';
|
||||
@use '../../ui/mat-selectors' as mat;
|
||||
|
||||
.aca-sidenav {
|
||||
display: flex;
|
||||
@@ -119,7 +119,7 @@
|
||||
line-height: 32px;
|
||||
justify-content: start;
|
||||
|
||||
#{$mat-button-label} {
|
||||
#{mat.$mat-button-label} {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user