mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-9375] Transparent background for hovered spinner (#10691)
This commit is contained in:
parent
b643054a15
commit
015ce8a99e
@ -461,7 +461,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
<ng-template #loadingRowTemplate>
|
<ng-template #loadingRowTemplate>
|
||||||
<div class="adf-datatable-row">
|
<div class="adf-datatable-row adf-datatable-data-loading">
|
||||||
<div class="adf-no-content-container adf-datatable-cell">
|
<div class="adf-no-content-container adf-datatable-cell">
|
||||||
<ng-template *ngIf="loadingTemplate"
|
<ng-template *ngIf="loadingTemplate"
|
||||||
ngFor [ngForOf]="[data]"
|
ngFor [ngForOf]="[data]"
|
||||||
|
@ -104,9 +104,11 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.adf-datatable-row {
|
.adf-datatable-row {
|
||||||
&:hover,
|
&:not(.adf-datatable-data-loading) {
|
||||||
&:focus {
|
&:hover,
|
||||||
background-color: var(--adf-theme-background-hover-color);
|
&:focus {
|
||||||
|
background-color: var(--adf-theme-background-hover-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user