aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-01-14 23:12:45 -0800
committerGitHub <[email protected]>2021-01-15 09:12:45 +0200
commitbb19b08fbe41157c5a6e8238ecefda064adda318 (patch)
treecafccf5461b402362b4af891d32cd7cc30028cfc
parent987715fd2408f4c65cf477132a5a8ca4bd18a045 (diff)
downloadbootstrap-bb19b08fbe41157c5a6e8238ecefda064adda318.tar.xz
bootstrap-bb19b08fbe41157c5a6e8238ecefda064adda318.zip
Remove popover-arrow margin to fix alignment of the arrow (#32787)
Co-authored-by: XhmikosR <[email protected]>
-rw-r--r--scss/_popover.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_popover.scss b/scss/_popover.scss
index e4f686043..3778f6ff7 100644
--- a/scss/_popover.scss
+++ b/scss/_popover.scss
@@ -22,7 +22,6 @@
display: block;
width: $popover-arrow-width;
height: $popover-arrow-height;
- margin: 0 $popover-border-radius;
&::before,
&::after {
@@ -64,7 +63,6 @@
left: subtract(-$popover-arrow-height, $popover-border-width);
width: $popover-arrow-height;
height: $popover-arrow-width;
- margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
&::before {
left: 0;
@@ -121,7 +119,6 @@
right: subtract(-$popover-arrow-height, $popover-border-width);
width: $popover-arrow-height;
height: $popover-arrow-width;
- margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
&::before {
right: 0;