From 083f8d22a9c4231517ea0e5c9e2500cd14cf6901 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 26 Feb 2021 21:15:21 +0000 Subject: Bump to v5.0.0.beta2 1. Removed `base-component.js` from `js.rb` exclusion list as it is no longer inlined. 2. `bundle exec rake update '[v5.0.0-beta2]'` 3. Updated version in `version.rb` and `README.md` --- assets/stylesheets/bootstrap/_popover.scss | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'assets/stylesheets/bootstrap/_popover.scss') diff --git a/assets/stylesheets/bootstrap/_popover.scss b/assets/stylesheets/bootstrap/_popover.scss index e4f6860..a55555e 100644 --- a/assets/stylesheets/bootstrap/_popover.scss +++ b/assets/stylesheets/bootstrap/_popover.scss @@ -22,7 +22,6 @@ display: block; width: $popover-arrow-width; height: $popover-arrow-height; - margin: 0 $popover-border-radius; &::before, &::after { @@ -36,9 +35,6 @@ } .bs-popover-top { - // Overrule margin set by popper.js - margin-bottom: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important - > .popover-arrow { bottom: subtract(-$popover-arrow-height, $popover-border-width); @@ -57,14 +53,10 @@ } .bs-popover-end { - // Overrule margin set by popper.js - margin-left: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important - > .popover-arrow { 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; @@ -81,9 +73,6 @@ } .bs-popover-bottom { - // Overrule margin set by popper.js - margin-top: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important - > .popover-arrow { top: subtract(-$popover-arrow-height, $popover-border-width); @@ -114,14 +103,10 @@ } .bs-popover-start { - // Overrule margin set by popper.js - margin-right: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important - > .popover-arrow { 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; -- cgit v1.2.3