From: Mark Otto Date: Fri, 15 Jan 2021 07:12:45 +0000 (-0800) Subject: Remove popover-arrow margin to fix alignment of the arrow (#32787) X-Git-Tag: v5.0.0-beta2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb19b08fbe41157c5a6e8238ecefda064adda318;p=thirdparty%2Fbootstrap.git Remove popover-arrow margin to fix alignment of the arrow (#32787) Co-authored-by: XhmikosR --- diff --git a/scss/_popover.scss b/scss/_popover.scss index e4f686043c..3778f6ff76 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;