From 7eb8fce83043ee6dad3568d09ffad504d288979e Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Tue, 27 Aug 2024 15:48:09 +0100 Subject: [PATCH] MDL-82909 theme_boost: ensure we target immediate loading icon only. Ignoring those used within inplace editable components in the table. --- theme/boost/scss/moodle/tables.scss | 2 +- theme/boost/style/moodle.css | 4 ++-- theme/classic/style/moodle.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/boost/scss/moodle/tables.scss b/theme/boost/scss/moodle/tables.scss index d4e2233bf53..1d32a989506 100644 --- a/theme/boost/scss/moodle/tables.scss +++ b/theme/boost/scss/moodle/tables.scss @@ -71,7 +71,7 @@ table { } } -.table-dynamic .loading-icon { +.table-dynamic > .loading-icon { position: absolute; left: calc(50% - 1.5rem); top: 200px; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 6cd4e3ad347..c426c95a47c 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -35302,12 +35302,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 { height: 3rem; width: 3rem; font-size: 3rem; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 1f57e728fbf..28622776b47 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -35302,12 +35302,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 { height: 3rem; width: 3rem; font-size: 3rem;