@@ -92,7 +92,7 @@ const StyledPopover = styled.div`
92
92
border-width: 6px 6px 6px 0;
93
93
border-color: transparent;
94
94
border-right-color: ${ themeGet ( "colors.white" ) } ;
95
- left: -5px ;
95
+ left: -6px ;
96
96
top: 50%;
97
97
margin-top: -6px;
98
98
position: absolute;
@@ -103,12 +103,12 @@ const StyledPopover = styled.div`
103
103
z-index: 1;
104
104
position: absolute;
105
105
border-color: transparent;
106
- border-right-color: ${ themeGet ( "colors.grey " ) } ;
106
+ border-right-color: ${ themeGet ( "colors.greyMid " ) } ;
107
107
height: 0;
108
108
width: 0;
109
109
border-style: solid;
110
110
border-width: 6px 6px 6px 0;
111
- left: -6px ;
111
+ left: -7px ;
112
112
top: 50%;
113
113
margin-top: -6px;
114
114
}
@@ -118,15 +118,15 @@ const StyledPopover = styled.div`
118
118
left: 50%;
119
119
top: auto;
120
120
margin-top: 0;
121
- bottom: -8px ;
121
+ bottom: -9px ;
122
122
margin-left: -3px;
123
123
transform: rotate(-90deg);
124
124
}
125
125
&:after {
126
126
left: 50%;
127
127
top: auto;
128
128
margin-top: 0;
129
- bottom: -9px ;
129
+ bottom: -10px ;
130
130
margin-left: -3px;
131
131
transform: rotate(-90deg);
132
132
}
@@ -138,17 +138,17 @@ const StyledPopover = styled.div`
138
138
left: 1px;
139
139
top: auto;
140
140
margin-top: 0;
141
- bottom: -4px ;
142
- margin-left: -5px ;
141
+ bottom: -5px ;
142
+ margin-left: -6px ;
143
143
transform: rotate(-45deg);
144
144
border-width: 5px 10px 5px 0;
145
145
}
146
146
&:after {
147
147
left: 1px;
148
148
top: auto;
149
149
margin-top: 0;
150
- bottom: -5px ;
151
- margin-left: -6px ;
150
+ bottom: -6px ;
151
+ margin-left: -7px ;
152
152
transform: rotate(-45deg);
153
153
border-width: 5px 10px 5px 0;
154
154
}
@@ -160,17 +160,17 @@ const StyledPopover = styled.div`
160
160
left: 1px;
161
161
bottom: auto;
162
162
margin-top: 0;
163
- top: -4px ;
164
- margin-left: -5px ;
163
+ top: -5px ;
164
+ margin-left: -6px ;
165
165
transform: rotate(45deg);
166
166
border-width: 5px 10px 5px 0;
167
167
}
168
168
&:after {
169
169
left: 1px;
170
170
bottom: auto;
171
171
margin-top: 0;
172
- top: -5px ;
173
- margin-left: -6px ;
172
+ top: -6px ;
173
+ margin-left: -7px ;
174
174
transform: rotate(45deg);
175
175
border-width: 5px 10px 5px 0;
176
176
}
@@ -179,14 +179,14 @@ const StyledPopover = styled.div`
179
179
&.bottom {
180
180
&:before {
181
181
left: 50%;
182
- top: -8px ;
182
+ top: -9px ;
183
183
margin-top: 0;
184
184
margin-left: -3px;
185
185
transform: rotate(90deg);
186
186
}
187
187
&:after {
188
188
left: 50%;
189
- top: -9px ;
189
+ top: -10px ;
190
190
margin-top: 0;
191
191
margin-left: -3px;
192
192
transform: rotate(90deg);
@@ -200,8 +200,8 @@ const StyledPopover = styled.div`
200
200
left: auto;
201
201
bottom: auto;
202
202
margin-top: 0;
203
- top: -4px ;
204
- margin-right: -5px ;
203
+ top: -5px ;
204
+ margin-right: -6px ;
205
205
transform: rotate(135deg);
206
206
border-width: 5px 10px 5px 0;
207
207
}
@@ -210,8 +210,8 @@ const StyledPopover = styled.div`
210
210
left: auto;
211
211
bottom: auto;
212
212
margin-top: 0;
213
- top: -5px ;
214
- margin-right: -6px ;
213
+ top: -6px ;
214
+ margin-right: -7px ;
215
215
transform: rotate(135deg);
216
216
border-width: 5px 10px 5px 0;
217
217
}
@@ -220,12 +220,12 @@ const StyledPopover = styled.div`
220
220
&.left {
221
221
&:before {
222
222
left: auto;
223
- right: -5px ;
223
+ right: -6px ;
224
224
transform: rotate(180deg);
225
225
}
226
226
&:after {
227
227
left: auto;
228
- right: -6px ;
228
+ right: -7px ;
229
229
transform: rotate(180deg);
230
230
top: 50%;
231
231
margin-top: -6px;
@@ -239,8 +239,8 @@ const StyledPopover = styled.div`
239
239
left: auto;
240
240
top: auto;
241
241
margin-top: 0;
242
- bottom: -4px ;
243
- margin-right: -5px ;
242
+ bottom: -5px ;
243
+ margin-right: -6px ;
244
244
transform: rotate(225deg);
245
245
border-width: 5px 10px 5px 0;
246
246
}
@@ -249,8 +249,8 @@ const StyledPopover = styled.div`
249
249
left: auto;
250
250
top: auto;
251
251
margin-top: 0;
252
- bottom: -5px ;
253
- margin-right: -6px ;
252
+ bottom: -6px ;
253
+ margin-right: -7px ;
254
254
transform: rotate(225deg);
255
255
border-width: 5px 10px 5px 0;
256
256
}
0 commit comments