Skip to content

Commit

Permalink
Merge pull request #2298 from anuradha9712/feat-tooltip-opacity
Browse files Browse the repository at this point in the history
feat(tooltip): update opacity of tooltip and images in docs site
  • Loading branch information
innosatyam committed Aug 12, 2024
2 parents 86fd3de + 79decc1 commit ead5046
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/src/components/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
padding: var(--spacing-m) var(--spacing);
border-radius: var(--spacing-m);
z-index: 500;
background: color-mod(var(--inverse) a(0.88));
background: var(--inverse);
overflow: hidden;
box-sizing: border-box;
transition: opacity 120ms;
Expand Down
Binary file modified docs/src/pages/components/tooltip/images/Tooltip-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/pages/components/tooltip/images/tooltip-structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/src/pages/components/tooltip/images/tooltip-vs-popover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ead5046

Please sign in to comment.