diff --git a/app/styles/common/_tip.scss b/app/styles/common/_tip.scss index 1871f9a4..cd262fcc 100644 --- a/app/styles/common/_tip.scss +++ b/app/styles/common/_tip.scss @@ -5,6 +5,7 @@ white-space: nowrap; z-index: $z-index-no-modal; pointer-events: none; + opacity: 1; @include nomobile { animation: tip $tip-transition-in; } @include common-dropdown; &.tip--fast, &.tip--fast:before, &.tip--fast:after { @@ -84,5 +85,5 @@ } @keyframes tip { - from { color: transparent; background-color: transparent; border-color: transparent; box-shadow: none; } + from { opacity: 0; } }