Skip to content

Commit

Permalink
MDL-75028 theme_boost: fix the inline edit tooltip for RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Jun 21, 2022
1 parent b81fb00 commit 3d5ad1c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions theme/boost/scss/moodle/course.scss
Expand Up @@ -634,11 +634,7 @@ input.titleeditor {
}

span.editinstructions {
/*rtl:remove*/
position: absolute;
/*rtl:raw:
position: relative;
*/
top: 0;
margin-top: -22px;
margin-left: 30px;
Expand Down
4 changes: 0 additions & 4 deletions theme/boost/style/moodle.css
Expand Up @@ -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;
Expand Down
4 changes: 0 additions & 4 deletions theme/classic/style/moodle.css
Expand Up @@ -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;
Expand Down

0 comments on commit 3d5ad1c

Please sign in to comment.