1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

fix(tooltips|popovers): RTL arrows

This commit is contained in:
Gaël Poupard
2022-02-28 17:04:29 +01:00
committed by Mark Otto
parent abe9d310ba
commit a9d1ab2d3f
2 changed files with 12 additions and 0 deletions

View File

@@ -52,6 +52,7 @@
}
}
/* rtl:begin:ignore */
.bs-popover-end {
> .popover-arrow {
left: subtract(-$popover-arrow-height, $popover-border-width);
@@ -72,6 +73,8 @@
}
}
/* rtl:end:ignore */
.bs-popover-bottom {
> .popover-arrow {
top: subtract(-$popover-arrow-height, $popover-border-width);
@@ -102,6 +105,7 @@
}
}
/* rtl:begin:ignore */
.bs-popover-start {
> .popover-arrow {
right: subtract(-$popover-arrow-height, $popover-border-width);
@@ -122,6 +126,8 @@
}
}
/* rtl:end:ignore */
.bs-popover-auto {
&[data-popper-placement^="top"] {
@extend .bs-popover-top;