Skip to content

Commit

Permalink
fix(tooltip): revert missing [open] styles
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed Jul 25, 2023
1 parent d0c1637 commit 5cc2965
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@ export default Surface
padding-block: calc(12px - 0.5lh);
}
}
:host([open]) {
opacity: 1;
transform: scale(1);
}
`
.autoRegister('mdw-tooltip');

0 comments on commit 5cc2965

Please sign in to comment.