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-09-15 11:11:44 +01:00
parent 2a65efd9a3
commit cfcaf488be
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ table {
}
}
.table-dynamic .loading-icon {
.table-dynamic > .loading-icon {
position: absolute;
left: calc(50% - 1.5rem);
top: 200px;
+2 -2
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;
+2 -2
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;