Skip to content

Commit

Permalink
tooltip が出ない問題の解消
Browse files Browse the repository at this point in the history
  • Loading branch information
yuukiootaki committed Sep 1, 2023
1 parent c383ff9 commit 91749cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plume-ui",
"description": "plume ui framework",
"version": "0.2.5",
"version": "0.2.6",
"author": "plume-ui team",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down
1 change: 1 addition & 0 deletions src/components/Tooltip/_Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
animation-fill-mode: forwards;
animation-timing-function: ease-in;
animation-delay: 0.1s;
opacity: 1;
}
}
}
Expand Down

0 comments on commit 91749cb

Please sign in to comment.