vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.5.5.0 vs vendor/assets/stylesheets/spectre/_tooltips.scss in spectre_scss-0.5.6.0
- old
+ new
@@ -16,10 +16,10 @@
padding: $unit-1 $unit-2;
pointer-events: none;
position: absolute;
text-overflow: ellipsis;
transform: translate(-50%, $unit-2);
- transition: all .2s ease;
+ transition: opacity .2s, transform .2s;
white-space: pre;
z-index: $zindex-3;
}
&:focus,
&:hover {