TokenTrace / client /src /css /base /_tooltip-vars.scss
cccmmd
init: TokenTrace - LLM interpretability toolbox
76b5743
Raw
History Blame Contribute Delete
254 Bytes
// ToolTip 与其它入口共用的样式(变量见 _theme-vars.scss --tooltip-visible-opacity)
.tooltip.tooltip-no-pointer-hit {
pointer-events: none !important;
cursor: default !important;
&,
* {
pointer-events: none !important;
}
}