|
63 | 63 |
|
64 | 64 | .bs-popover-top { |
65 | 65 | > .popover-arrow { |
66 | | - bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 66 | + bottom: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
67 | 67 |
|
68 | 68 | &::before, |
69 | 69 | &::after { |
70 | | - border-width: var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; // stylelint-disable-line function-disallowed-list |
| 70 | + border-width: var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; |
71 | 71 | } |
72 | 72 |
|
73 | 73 | &::before { |
|
85 | 85 | /* rtl:begin:ignore */ |
86 | 86 | .bs-popover-end { |
87 | 87 | > .popover-arrow { |
88 | | - left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 88 | + left: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
89 | 89 | width: var(--#{$prefix}popover-arrow-height); |
90 | 90 | height: var(--#{$prefix}popover-arrow-width); |
91 | 91 |
|
92 | 92 | &::before, |
93 | 93 | &::after { |
94 | | - 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 |
| 94 | + border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height) calc(var(--#{$prefix}popover-arrow-width) * .5) 0; |
95 | 95 | } |
96 | 96 |
|
97 | 97 | &::before { |
|
110 | 110 |
|
111 | 111 | .bs-popover-bottom { |
112 | 112 | > .popover-arrow { |
113 | | - top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 113 | + top: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
114 | 114 |
|
115 | 115 | &::before, |
116 | 116 | &::after { |
117 | | - border-width: 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); // stylelint-disable-line function-disallowed-list |
| 117 | + border-width: 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); |
118 | 118 | } |
119 | 119 |
|
120 | 120 | &::before { |
|
135 | 135 | left: 50%; |
136 | 136 | display: block; |
137 | 137 | width: var(--#{$prefix}popover-arrow-width); |
138 | | - margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); // stylelint-disable-line function-disallowed-list |
| 138 | + margin-left: calc(-.5 * var(--#{$prefix}popover-arrow-width)); |
139 | 139 | content: ""; |
140 | 140 | border-bottom: var(--#{$prefix}popover-border-width) solid var(--#{$prefix}popover-header-bg); |
141 | 141 | } |
|
144 | 144 | /* rtl:begin:ignore */ |
145 | 145 | .bs-popover-start { |
146 | 146 | > .popover-arrow { |
147 | | - right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); // stylelint-disable-line function-disallowed-list |
| 147 | + right: calc(-1 * (var(--#{$prefix}popover-arrow-height)) - var(--#{$prefix}popover-border-width)); |
148 | 148 | width: var(--#{$prefix}popover-arrow-height); |
149 | 149 | height: var(--#{$prefix}popover-arrow-width); |
150 | 150 |
|
151 | 151 | &::before, |
152 | 152 | &::after { |
153 | | - 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 |
| 153 | + border-width: calc(var(--#{$prefix}popover-arrow-width) * .5) 0 calc(var(--#{$prefix}popover-arrow-width) * .5) var(--#{$prefix}popover-arrow-height); |
154 | 154 | } |
155 | 155 |
|
156 | 156 | &::before { |
|
0 commit comments