@primer/brand-css 0.56.0-rc.48601c3a → 0.56.0-rc.7436f62b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -183,6 +183,10 @@
|
|
|
183
183
|
color: var(--brand-videoPlayer-controls-fgColor);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
+
.VideoPlayer__iconControl:hover .VideoPlayer__tooltip {
|
|
187
|
+
opacity: 1;
|
|
188
|
+
}
|
|
189
|
+
|
|
186
190
|
.VideoPlayer__seek {
|
|
187
191
|
flex: 1;
|
|
188
192
|
display: flex;
|
|
@@ -236,6 +240,10 @@
|
|
|
236
240
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
237
241
|
}
|
|
238
242
|
|
|
243
|
+
.VideoPlayer__range:hover .VideoPlayer__tooltip {
|
|
244
|
+
opacity: 1;
|
|
245
|
+
}
|
|
246
|
+
|
|
239
247
|
.VideoPlayer__rangeInput {
|
|
240
248
|
-webkit-appearance: none;
|
|
241
249
|
-moz-appearance: none;
|
|
@@ -315,8 +323,10 @@
|
|
|
315
323
|
width: var(--base-size-8);
|
|
316
324
|
height: var(--base-size-8);
|
|
317
325
|
margin-bottom: var(--base-size-16);
|
|
326
|
+
pointer-events: none;
|
|
318
327
|
opacity: 0;
|
|
319
328
|
transform: translate(-50%, 50%);
|
|
329
|
+
transition: transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
|
|
320
330
|
}
|
|
321
331
|
|
|
322
332
|
.VideoPlayer__tooltip::before {
|