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>
|
||||
</div>
|
||||
<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">
|
||||
<ng-template *ngIf="loadingTemplate"
|
||||
ngFor [ngForOf]="[data]"
|
||||
|
@ -104,9 +104,11 @@ $data-table-cell-min-width-file-size: $data-table-cell-min-width-1 !default;
|
||||
}
|
||||
|
||||
.adf-datatable-row {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--adf-theme-background-hover-color);
|
||||
&:not(.adf-datatable-data-loading) {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--adf-theme-background-hover-color);
|
||||
}
|
||||
}
|
||||
|
||||
&:focus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user