@primer/brand-css 0.56.0-rc.7436f62b → 0.56.0-rc.fa08b2e7
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,10 +183,6 @@
|
|
|
183
183
|
color: var(--brand-videoPlayer-controls-fgColor);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.VideoPlayer__iconControl:hover .VideoPlayer__tooltip {
|
|
187
|
-
opacity: 1;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
186
|
.VideoPlayer__seek {
|
|
191
187
|
flex: 1;
|
|
192
188
|
display: flex;
|
|
@@ -240,10 +236,6 @@
|
|
|
240
236
|
border-radius: var(--brand-VideoPlayer-range-borderRadius);
|
|
241
237
|
}
|
|
242
238
|
|
|
243
|
-
.VideoPlayer__range:hover .VideoPlayer__tooltip {
|
|
244
|
-
opacity: 1;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
239
|
.VideoPlayer__rangeInput {
|
|
248
240
|
-webkit-appearance: none;
|
|
249
241
|
-moz-appearance: none;
|
|
@@ -323,10 +315,8 @@
|
|
|
323
315
|
width: var(--base-size-8);
|
|
324
316
|
height: var(--base-size-8);
|
|
325
317
|
margin-bottom: var(--base-size-16);
|
|
326
|
-
pointer-events: none;
|
|
327
318
|
opacity: 0;
|
|
328
319
|
transform: translate(-50%, 50%);
|
|
329
|
-
transition: transform var(--brand-animation-duration-default) var(--brand-animation-easing-default);
|
|
330
320
|
}
|
|
331
321
|
|
|
332
322
|
.VideoPlayer__tooltip::before {
|