Skip to content

Commit

Permalink
MDL-56761 theme: fix RTL styling for hover tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Nov 24, 2016
1 parent 0fbe41f commit 1fb687e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,7 @@ ul {
opacity: 0;
visibility: hidden;
position: absolute;
/*rtl:ignore*/
left: 50%;
top: calc(-50% - 5px);
transform: translate(-50%, -50%);
Expand Down
1 change: 1 addition & 0 deletions theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -2359,6 +2359,7 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
opacity: 0;
visibility: hidden;
position: absolute;
/*rtl:ignore*/
left: 50%;
top: ~"calc(-50% - 5px)";
transform: translate(-50%, -50%);
Expand Down
1 change: 1 addition & 0 deletions theme/bootstrapbase/style/moodle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2435,6 +2435,7 @@ h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
opacity: 0;
visibility: hidden;
position: absolute;
/*rtl:ignore*/
left: 50%;
top: calc(-50% - 5px);
transform: translate(-50%, -50%);
Expand Down

0 comments on commit 1fb687e

Please sign in to comment.