mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-56761 theme: fix RTL styling for hover tooltip
This commit is contained in:
parent
0fbe41f4cd
commit
1fb687ea8f
3 changed files with 3 additions and 0 deletions
|
@ -2091,6 +2091,7 @@ ul {
|
|||
opacity: 0;
|
||||
visibility: hidden;
|
||||
position: absolute;
|
||||
/*rtl:ignore*/
|
||||
left: 50%;
|
||||
top: calc(-50% - 5px);
|
||||
transform: translate(-50%, -50%);
|
||||
|
|
|
@ -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%);
|
||||
|
|
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue