MDL-82909 theme_boost: ensure we target immediate loading icon only.

Ignoring those used within inplace editable components in the table.
This commit is contained in:
Paul Holden 2024-08-27 15:48:09 +01:00
parent 2a65efd9a3
commit cfcaf488be
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
3 changed files with 5 additions and 5 deletions

View File

@ -71,7 +71,7 @@ table {
}
}
.table-dynamic .loading-icon {
.table-dynamic > .loading-icon {
position: absolute;
left: calc(50% - 1.5rem);
top: 200px;

View File

@ -35125,12 +35125,12 @@ table .sticky-column {
background-color: inherit;
}
.table-dynamic .loading-icon {
.table-dynamic > .loading-icon {
position: absolute;
left: calc(50% - 1.5rem);
top: 200px;
}
.table-dynamic .loading-icon .icon {
.table-dynamic > .loading-icon .icon {
max-height: 3rem;
max-width: 3rem;
font-size: 3rem;

View File

@ -35125,12 +35125,12 @@ table .sticky-column {
background-color: inherit;
}
.table-dynamic .loading-icon {
.table-dynamic > .loading-icon {
position: absolute;
left: calc(50% - 1.5rem);
top: 200px;
}
.table-dynamic .loading-icon .icon {
.table-dynamic > .loading-icon .icon {
max-height: 3rem;
max-width: 3rem;
font-size: 3rem;