mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-8630] - Removing mat-selectors - part 3 - starting replacement
This commit is contained in:
-6
@@ -1,10 +1,4 @@
|
|||||||
@use '../../../mat-selectors.scss' as ms;
|
|
||||||
|
|
||||||
adf-search-filter-tabbed {
|
adf-search-filter-tabbed {
|
||||||
#{ms.$mat-tab-header} {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-search-tab-label-active {
|
.adf-search-tab-label-active {
|
||||||
border-bottom: 1px solid var(--mat-sys-primary);
|
border-bottom: 1px solid var(--mat-sys-primary);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
@use '@angular/material' as mat;
|
||||||
@use '../mat-selectors.scss' as ms;
|
@use '../mat-selectors.scss' as ms;
|
||||||
|
|
||||||
.adf-version-upload {
|
.adf-version-upload {
|
||||||
@@ -6,15 +7,18 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
float: right;
|
float: right;
|
||||||
|
|
||||||
|
// Infix padding via the public token API (was overriding .mat-mdc-form-field-infix).
|
||||||
|
@include mat.form-field-overrides(
|
||||||
|
(
|
||||||
|
filled-with-label-container-padding-top: 12px,
|
||||||
|
filled-with-label-container-padding-bottom: 0
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
#{ms.$mat-floating-label} {
|
#{ms.$mat-floating-label} {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-form-field-infix} {
|
|
||||||
padding-top: 12px;
|
|
||||||
padding-bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-new-version-text-area {
|
.adf-new-version-text-area {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -144,11 +144,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-grid-tile} {
|
|
||||||
overflow: visible;
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
adf-form-field,
|
adf-form-field,
|
||||||
mat-form-field {
|
mat-form-field {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -165,13 +160,8 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
& #{ms.$mat-card-header-text} {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
& #{ms.$mat-tab-body-content} {
|
& #{ms.$mat-tab-body-content} {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-top: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tab active-indicator thickness via the public token API.
|
// Tab active-indicator thickness via the public token API.
|
||||||
|
|||||||
@@ -48,10 +48,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#{ms.$mat-tab-body} {
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
#{ms.$mat-tab-body-content} {
|
#{ms.$mat-tab-body-content} {
|
||||||
/* stylelint-disable */
|
/* stylelint-disable */
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
@@ -10,10 +10,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
& #{ms.$mat-card-header-text} {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
& #{ms.$mat-tab-body-content} {
|
& #{ms.$mat-tab-body-content} {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
-6
@@ -1,5 +1,3 @@
|
|||||||
@use '../../../styles/mat-selectors' as ms;
|
|
||||||
|
|
||||||
.adf {
|
.adf {
|
||||||
&-attach-folder-widget-container {
|
&-attach-folder-widget-container {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
@@ -27,10 +25,6 @@
|
|||||||
|
|
||||||
&-attach-folder-files-row {
|
&-attach-folder-files-row {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
|
|
||||||
#{ms.$mat-line} {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-attach-folder-result {
|
&-attach-folder-result {
|
||||||
|
|||||||
Reference in New Issue
Block a user