InfoLens / client /src /css /base /_tooltip-vars.scss
dqy08's picture
重构仓库目录;增加Propagated attribution动画;UI改进
17037b0
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;
}
}