From 3d5ad1c39192d4f62081b45f331eccaf71523284 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Tue, 21 Jun 2022 17:30:26 +1000 Subject: [PATCH] MDL-75028 theme_boost: fix the inline edit tooltip for RTL --- theme/boost/scss/moodle/course.scss | 4 ---- theme/boost/style/moodle.css | 4 ---- theme/classic/style/moodle.css | 4 ---- 3 files changed, 12 deletions(-) diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index f9e8c038b15..7a71ba844f3 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -634,11 +634,7 @@ input.titleeditor { } span.editinstructions { - /*rtl:remove*/ position: absolute; - /*rtl:raw: - position: relative; - */ top: 0; margin-top: -22px; margin-left: 30px; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index c7f28338393..79ba6f06ae6 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -14207,11 +14207,7 @@ input.titleeditor { vertical-align: text-bottom; } span.editinstructions { - /*rtl:remove*/ position: absolute; - /*rtl:raw: - position: relative; - */ top: 0; margin-top: -22px; margin-left: 30px; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 13fd887f2c0..37ed3c1f0e6 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -14207,11 +14207,7 @@ input.titleeditor { vertical-align: text-bottom; } span.editinstructions { - /*rtl:remove*/ position: absolute; - /*rtl:raw: - position: relative; - */ top: 0; margin-top: -22px; margin-left: 30px;