fix: fix wrapped tooltip not trigger mouseleave

This commit is contained in:
fantasticit 2022-03-22 13:58:22 +08:00
parent d71d725dcf
commit 67a5ae54cf
1 changed files with 5 additions and 0 deletions

View File

@ -204,3 +204,8 @@ a {
flex-direction: column;
align-items: center;
}
// @see https://github.com/react-component/tooltip/issues/18#issuecomment-411476678
.semi-button-disabled {
pointer-events: none;
}