diff --git a/styles/tip.scarlet b/styles/tip.scarlet index 3e791337..3df87ee7 100644 --- a/styles/tip.scarlet +++ b/styles/tip.scarlet @@ -1,6 +1,6 @@ const tip-opacity = 0.97 -const tip-transform-hidden = rotate(0.02deg) translateX(-50%) translateY(-80%) -const tip-transform-visible = rotate(0.02deg) translateX(-50%) translateY(-100%) +const tip-transform-hidden = translateX(-50%) translateY(-80%) +const tip-transform-visible = translateX(-50%) translateY(-100%) mixin tip-before content attr(aria-label) @@ -10,7 +10,6 @@ mixin tip-before z-index 100000 pointer-events none opacity 0 - will-change opacity transform tip-transform-hidden font-size 0.92rem color text-color @@ -31,7 +30,6 @@ mixin tip-after z-index 100001 pointer-events none opacity 0 - will-change opacity width 0 height 0 border-style solid