mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
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:
parent
2a65efd9a3
commit
cfcaf488be
@ -71,7 +71,7 @@ table {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-dynamic .loading-icon {
|
.table-dynamic > .loading-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 1.5rem);
|
left: calc(50% - 1.5rem);
|
||||||
top: 200px;
|
top: 200px;
|
||||||
|
@ -35125,12 +35125,12 @@ table .sticky-column {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-dynamic .loading-icon {
|
.table-dynamic > .loading-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 1.5rem);
|
left: calc(50% - 1.5rem);
|
||||||
top: 200px;
|
top: 200px;
|
||||||
}
|
}
|
||||||
.table-dynamic .loading-icon .icon {
|
.table-dynamic > .loading-icon .icon {
|
||||||
max-height: 3rem;
|
max-height: 3rem;
|
||||||
max-width: 3rem;
|
max-width: 3rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
@ -35125,12 +35125,12 @@ table .sticky-column {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-dynamic .loading-icon {
|
.table-dynamic > .loading-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 1.5rem);
|
left: calc(50% - 1.5rem);
|
||||||
top: 200px;
|
top: 200px;
|
||||||
}
|
}
|
||||||
.table-dynamic .loading-icon .icon {
|
.table-dynamic > .loading-icon .icon {
|
||||||
max-height: 3rem;
|
max-height: 3rem;
|
||||||
max-width: 3rem;
|
max-width: 3rem;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user