From cfcaf488bee5c90068fcb376e893a047c7dada3f 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 56e01faa15d..31ac1aa2d14 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 aab7a358abe..a9b13649500 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -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; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index cdd75c24d1d..67d41f27f2b 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -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;