Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-02-27 00:15:21 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-02-27 00:23:45 +0300
commit083f8d22a9c4231517ea0e5c9e2500cd14cf6901 (patch)
tree9f646aab30c05a9f543f58be81b515c5169996ec /assets/stylesheets/bootstrap/_popover.scss
parent615e415ec4c4de8852bbc826f78d881a845e8da0 (diff)
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`
Diffstat (limited to 'assets/stylesheets/bootstrap/_popover.scss')
-rw-r--r--assets/stylesheets/bootstrap/_popover.scss15
1 files changed, 0 insertions, 15 deletions
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;