mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
tooltip: add .force-ltr class
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
left: 120%;
|
left: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.right:dir(rtl) .content {
|
.tooltip.right:dir(rtl):not(.force-ltr) .content {
|
||||||
right: 120%;
|
right: 120%;
|
||||||
left: unset;
|
left: unset;
|
||||||
}
|
}
|
||||||
@@ -53,7 +53,7 @@
|
|||||||
right: 120%;
|
right: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip.left:dir(rtl) .content {
|
.tooltip.left:dir(rtl):not(.force-ltr) .content {
|
||||||
left: 120%;
|
left: 120%;
|
||||||
right: unset;
|
right: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user