lutra 0.1.60 → 0.1.62
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.
|
@@ -114,7 +114,6 @@
|
|
|
114
114
|
text-align: center;
|
|
115
115
|
opacity: 0;
|
|
116
116
|
pointer-events: none;
|
|
117
|
-
transition: opacity 0.15s ease-out;
|
|
118
117
|
}
|
|
119
118
|
|
|
120
119
|
.TooltipContent :global(code) {
|
|
@@ -133,13 +132,14 @@
|
|
|
133
132
|
|
|
134
133
|
.Tooltip.hovering:not(.open) .TooltipContent {
|
|
135
134
|
opacity: 1;
|
|
136
|
-
transition
|
|
135
|
+
transition: opacity 0s var(--delay, 0.4s);
|
|
137
136
|
}
|
|
138
137
|
|
|
139
138
|
.Tooltip.hovering.warm:not(.open) .TooltipContent {
|
|
140
139
|
transition-delay: 0s;
|
|
141
140
|
}
|
|
142
141
|
|
|
142
|
+
|
|
143
143
|
.Tooltip:has(.TooltipTrigger:focus-within) .TooltipContent {
|
|
144
144
|
opacity: 1;
|
|
145
145
|
transition-delay: 0s;
|