|
58 | 58 |
|
59 | 59 | .bs-popover-end {
|
60 | 60 | // Overrule margin set by popper.js
|
61 |
| - margin-left: $popover-arrow-height !important #{"/* rtl:ignore */"}; // stylelint-disable-line declaration-no-important |
| 61 | + margin-left: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important |
62 | 62 |
|
63 | 63 | > .popover-arrow {
|
64 |
| - left: subtract(-$popover-arrow-height, $popover-border-width) #{"/* rtl:ignore */"}; |
| 64 | + left: subtract(-$popover-arrow-height, $popover-border-width); |
65 | 65 | width: $popover-arrow-height;
|
66 | 66 | height: $popover-arrow-width;
|
67 | 67 | margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
|
68 | 68 |
|
69 | 69 | &::before {
|
70 |
| - left: 0 #{"/* rtl:ignore */"}; |
71 |
| - border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0 #{"/* rtl:ignore */"}; |
72 |
| - border-right-color: $popover-arrow-outer-color #{"/* rtl:ignore */"}; |
| 70 | + left: 0; |
| 71 | + border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0; |
| 72 | + border-right-color: $popover-arrow-outer-color; |
73 | 73 | }
|
74 | 74 |
|
75 | 75 | &::after {
|
76 |
| - left: $popover-border-width #{"/* rtl:ignore */"}; |
77 |
| - border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0 #{"/* rtl:ignore */"}; |
78 |
| - border-right-color: $popover-arrow-color #{"/* rtl:ignore */"}; |
| 76 | + left: $popover-border-width; |
| 77 | + border-width: ($popover-arrow-width / 2) $popover-arrow-height ($popover-arrow-width / 2) 0; |
| 78 | + border-right-color: $popover-arrow-color; |
79 | 79 | }
|
80 | 80 | }
|
81 | 81 | }
|
|
115 | 115 |
|
116 | 116 | .bs-popover-start {
|
117 | 117 | // Overrule margin set by popper.js
|
118 |
| - margin-right: $popover-arrow-height !important #{"/* rtl:ignore */"}; // stylelint-disable-line declaration-no-important |
| 118 | + margin-right: $popover-arrow-height !important; // stylelint-disable-line declaration-no-important |
119 | 119 |
|
120 | 120 | > .popover-arrow {
|
121 |
| - right: subtract(-$popover-arrow-height, $popover-border-width) #{"/* rtl:ignore */"}; |
| 121 | + right: subtract(-$popover-arrow-height, $popover-border-width); |
122 | 122 | width: $popover-arrow-height;
|
123 | 123 | height: $popover-arrow-width;
|
124 | 124 | margin: $popover-border-radius 0; // make sure the arrow does not touch the popover's rounded corners
|
125 | 125 |
|
126 | 126 | &::before {
|
127 |
| - right: 0 #{"/* rtl:ignore */"}; |
128 |
| - border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height #{"/* rtl:ignore */"}; |
129 |
| - border-left-color: $popover-arrow-outer-color #{"/* rtl:ignore */"}; |
| 127 | + right: 0; |
| 128 | + border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height; |
| 129 | + border-left-color: $popover-arrow-outer-color; |
130 | 130 | }
|
131 | 131 |
|
132 | 132 | &::after {
|
133 |
| - right: $popover-border-width #{"/* rtl:ignore */"}; |
134 |
| - border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height #{"/* rtl:ignore */"}; |
135 |
| - border-left-color: $popover-arrow-color #{"/* rtl:ignore */"}; |
| 133 | + right: $popover-border-width; |
| 134 | + border-width: ($popover-arrow-width / 2) 0 ($popover-arrow-width / 2) $popover-arrow-height; |
| 135 | + border-left-color: $popover-arrow-color; |
136 | 136 | }
|
137 | 137 | }
|
138 | 138 | }
|
|
0 commit comments