[ACS-6081] Reduce references to internal Angular material CSS classes (#3534)

* [ACS-6081] Reduce references to internal Angular material CSS classes

* [ACS-6081] rollback default scrollable value [ci:force]

* [ACS-6081] linting

* [ACS-6081] fix e2es

* [ACS-6081] cr fix

* [ACS-6081] remove adf-cli logger from e2es
This commit is contained in:
Mykyta Maliarchuk
2023-11-24 14:59:57 +01:00
committed by GitHub
parent 7468111d19
commit 7c95b53c8b
82 changed files with 390 additions and 471 deletions

View File

@@ -5,12 +5,12 @@
</div>
<div class="aca-page-layout-content">
<div class="acs-details-container">
<div class="acs-details-title">
<div class="acs-details-breadcrumb" role="heading" aria-level="2" *ngIf="node">
<span class="acs-details-breadcrumb-library"> {{ node.name }} </span>
<div class="aca-details-container">
<div class="aca-details-title">
<div class="aca-details-breadcrumb" role="heading" aria-level="2" *ngIf="node">
<span class="aca-details-breadcrumb-library"> {{ node.name }} </span>
-
<span class="acs-details-breadcrumb-item">{{ 'APP.INFO_DRAWER.TITLE' | translate }}</span>
<span class="aca-details-breadcrumb-item">{{ 'APP.INFO_DRAWER.TITLE' | translate }}</span>
</div>
<button
class="aca-close-details-button"

View File

@@ -18,7 +18,7 @@ app-details-manager {
}
}
.acs-details-container {
.aca-details-container {
background-color: var(--theme-card-background-color);
width: 100%;
}
@@ -31,27 +31,27 @@ app-details-manager {
height: 100%;
}
.mat-tab-labels {
mat-tab-header {
text-transform: uppercase;
}
}
.acs-details-title {
.aca-details-title {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.acs-details-breadcrumb {
.aca-details-breadcrumb {
font-size: 18px;
margin-left: 20px;
.acs-details-breadcrumb-library {
&-library {
font-weight: 900;
}
.acs-details-breadcrumb-item {
&-item {
font-weight: 100;
}
}