From 6105d96744dda7ce3f7a7aae6cb7df85fcd3bcbb Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 14 Jun 2024 12:37:52 +0100 Subject: [PATCH] MDL-82200 inplace editable: fix background of the help text --- theme/boost/scss/moodle/course.scss | 1 + theme/boost/style/moodle.css | 1 + theme/classic/style/moodle.css | 1 + 3 files changed, 3 insertions(+) diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 8451484ecc3..c49311a4acd 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -535,6 +535,7 @@ span.editinstructions { text-decoration: none; z-index: 9999; border: $alert-border-width solid transparent; + width: fit-content; @include alert-variant( theme-color-level('info', $alert-bg-level), diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 36dfa1fe71c..9862d27afd0 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -28459,6 +28459,7 @@ span.editinstructions { text-decoration: none; z-index: 9999; border: 0 solid transparent; + width: fit-content; color: #00434e; background-color: #cce6ea; border-color: #b8dce2; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 41a60b43906..a85f7f3e832 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -28459,6 +28459,7 @@ span.editinstructions { text-decoration: none; z-index: 9999; border: 0 solid transparent; + width: fit-content; color: #00434e; background-color: #cce6ea; border-color: #b8dce2;