|
|
@@ -74,9 +74,9 @@
|
|
|
|
|
|
.ck-tooltip,
|
|
|
.ck-tooltip__text::after {
|
|
|
- /*For the transition to work, the tooltip must be controlled
|
|
|
+ /* For the transition to work, the tooltip must be controlled
|
|
|
using visibility+opacity. A delay prevents a "tooltip avalanche"
|
|
|
- i.e. when scanning the toolbar with mouse cursor.*/
|
|
|
+ i.e. when scanning the toolbar with mouse cursor. */
|
|
|
transition: opacity .2s ease-in-out .2s;
|
|
|
}
|
|
|
|