aboutsummaryrefslogtreecommitdiff
path: root/scss/_popover.scss
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2022-02-28 17:04:29 +0100
committerMark Otto <[email protected]>2022-02-28 19:27:47 -0800
commita9d1ab2d3fc26d594b3bf7346d1c8ba934a90002 (patch)
tree9ab8c0dca5592ea953164421bb53c01e7632e57f /scss/_popover.scss
parentabe9d310baa8084273a909cdeb10119556ecac07 (diff)
downloadbootstrap-a9d1ab2d3fc26d594b3bf7346d1c8ba934a90002.tar.xz
bootstrap-a9d1ab2d3fc26d594b3bf7346d1c8ba934a90002.zip
fix(tooltips|popovers): RTL arrows
Diffstat (limited to 'scss/_popover.scss')
-rw-r--r--scss/_popover.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index 3b8208e16..0d487a505 100644
--- a/scss/_popover.scss
+++ b/scss/_popover.scss
@@ -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;