1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +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

@@ -43,6 +43,7 @@
}
}
/* rtl:begin:ignore */
.bs-tooltip-end {
padding: 0 $tooltip-arrow-height;
@@ -59,6 +60,8 @@
}
}
/* rtl:end:ignore */
.bs-tooltip-bottom {
padding: $tooltip-arrow-height 0;
@@ -73,6 +76,7 @@
}
}
/* rtl:begin:ignore */
.bs-tooltip-start {
padding: 0 $tooltip-arrow-height;
@@ -89,6 +93,8 @@
}
}
/* rtl:end:ignore */
.bs-tooltip-auto {
&[data-popper-placement^="top"] {
@extend .bs-tooltip-top;