[ACS-8630] - Removing mat-selectors - part 3 - starting replacement

This commit is contained in:
VitoAlbano
2026-08-03 13:13:48 +01:00
parent 8fe0f96720
commit d512fd2033
6 changed files with 9 additions and 35 deletions
@@ -1,10 +1,4 @@
@use '../../../mat-selectors.scss' as ms;
adf-search-filter-tabbed {
#{ms.$mat-tab-header} {
margin-top: 0;
}
.adf-search-tab-label-active {
border-bottom: 1px solid var(--mat-sys-primary);
}
@@ -1,3 +1,4 @@
@use '@angular/material' as mat;
@use '../mat-selectors.scss' as ms;
.adf-version-upload {
@@ -6,15 +7,18 @@
width: 100%;
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} {
padding-bottom: 10px;
}
#{ms.$mat-form-field-infix} {
padding-top: 12px;
padding-bottom: 0;
}
.adf-new-version-text-area {
resize: none;
}
@@ -144,11 +144,6 @@
}
}
#{ms.$mat-grid-tile} {
overflow: visible;
width: 80%;
}
adf-form-field,
mat-form-field {
width: 100%;
@@ -165,13 +160,8 @@
overflow: hidden;
}
& #{ms.$mat-card-header-text} {
margin: 0;
}
& #{ms.$mat-tab-body-content} {
overflow: hidden;
padding-top: 0;
}
// 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} {
/* stylelint-disable */
overflow: auto;
@@ -10,10 +10,6 @@
overflow: hidden;
}
& #{ms.$mat-card-header-text} {
margin: 0;
}
& #{ms.$mat-tab-body-content} {
overflow: hidden;
}
@@ -1,5 +1,3 @@
@use '../../../styles/mat-selectors' as ms;
.adf {
&-attach-folder-widget-container {
margin-bottom: 15px;
@@ -27,10 +25,6 @@
&-attach-folder-files-row {
padding-left: 8px;
#{ms.$mat-line} {
margin-bottom: 0;
}
}
&-attach-folder-result {