fix(skin): add subtle control transitions on touch devices (#985)

This commit is contained in:
Sam Potts
2026-03-18 16:14:46 +11:00
committed by GitHub
parent 89d9e15bb3
commit 7e0827c330
20 changed files with 138 additions and 111 deletions
@@ -47,7 +47,7 @@
.media-default-skin .media-slider__thumb {
z-index: 10;
position: absolute;
transform: translate(-50%, -50%);
translate: -50% -50%;
width: 0.625rem;
height: 0.625rem;
background-color: currentColor;