|
56 | 56 |
|
57 | 57 | .bs-popover-top { |
58 | 58 | > .popover-arrow { |
59 | | - bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 59 | + bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
60 | 60 |
|
61 | 61 | &::before, |
62 | 62 | &::after { |
63 | | - border-width: var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list |
| 63 | + border-width: var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; |
64 | 64 | } |
65 | 65 |
|
66 | 66 | &::before { |
|
78 | 78 | /* rtl:begin:ignore */ |
79 | 79 | .bs-popover-end { |
80 | 80 | > .popover-arrow { |
81 | | - left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 81 | + left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
82 | 82 | width: var(--#{$prefix}popover-arrow-height); |
83 | 83 | height: var(--#{$prefix}popover-arrow-width); |
84 | 84 |
|
85 | 85 | &::before, |
86 | 86 | &::after { |
87 | | - border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list |
| 87 | + border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; |
88 | 88 | } |
89 | 89 |
|
90 | 90 | &::before { |
|
103 | 103 |
|
104 | 104 | .bs-popover-bottom { |
105 | 105 | > .popover-arrow { |
106 | | - top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 106 | + top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
107 | 107 |
|
108 | 108 | &::before, |
109 | 109 | &::after { |
110 | | - border-width: 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); // stylelint-disable-line function-disallowed-list |
| 110 | + border-width: 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); |
111 | 111 | } |
112 | 112 |
|
113 | 113 | &::before { |
|
128 | 128 | left: 50%; |
129 | 129 | display: block; |
130 | 130 | width: var(--#{$prefix}popover-arrow-width); |
131 | | - margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); // stylelint-disable-line function-disallowed-list |
| 131 | + margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); |
132 | 132 | content: ""; |
133 | 133 | border-bottom: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-header-bg); |
134 | 134 | } |
|
137 | 137 | /* rtl:begin:ignore */ |
138 | 138 | .bs-popover-start { |
139 | 139 | > .popover-arrow { |
140 | | - right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 140 | + right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
141 | 141 | width: var(--#{$prefix}popover-arrow-height); |
142 | 142 | height: var(--#{$prefix}popover-arrow-width); |
143 | 143 |
|
144 | 144 | &::before, |
145 | 145 | &::after { |
146 | | - border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); // stylelint-disable-line function-disallowed-list |
| 146 | + border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); |
147 | 147 | } |
148 | 148 |
|
149 | 149 | &::before { |
|
0 commit comments