Skip to content

Commit

Permalink
tooltip-flickering tooltip flickering issue fixed (#40)
Browse files Browse the repository at this point in the history
* tooltip-flickering tooltip flickering issue fixed

* tooltip-flickering tooltip flickering issue fixed
  • Loading branch information
vikas-cldcvr authored Oct 10, 2024
1 parent 7778664 commit 837e75c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/flow-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Change Log

## [2.11.7] - 2024-10-10

### patch changes

- tooltip flickering issue

## [2.11.6] - 2024-10-10

### patch changes
Expand Down
2 changes: 1 addition & 1 deletion packages/flow-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nonfx/flow-core",
"version": "2.11.6",
"version": "2.11.7",
"description": "Core package of flow design system",
"type": "module",
"module": "dist/flow-core.es.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ f-popover {
background-color: var(--color-surface-tertiary);
}

&[open] {
&[open]:not(.tooltip) {
&::after {
content: "";
background-color: transparent;
Expand Down

0 comments on commit 837e75c

Please sign in to comment.