Skip to content

Commit

Permalink
Merge pull request #245 from sebgroup/chore/trigger-release
Browse files Browse the repository at this point in the history
refactor(tooltip): split arrow style from pseudo
* removed the need to use pseudo element for arrows
* added new classes for "nested/adjustable" arrow styling
* flipped left and right to match top and bottom

BREAKING CHANGE:
flipped left and right, removed obsolete mixin vanilla-tooltip__main
  • Loading branch information
splashdust authored Nov 27, 2020
2 parents 0e922c0 + a52489b commit e617cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tooltips/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Import classes:

Framework needed! This contains only the styles for a tooltip. Behaviour and positioning needs to be implemented in a JS framework. To manipulate arrow positioning and styling of through Javascript, use the adjustable version under "Show details".

If you only need a simple tooltip positioned above the text/icon, take a look at the CSS-only variant of the tooltip. It is more limited, but does not require any Javascript to work.
If you only need a simple tooltip positioned above the text/icon, take a look at the CSS-only variant of the tooltip. It is more limited, but does not require any Javascript to work.

:::componentpreview

Expand Down

0 comments on commit e617cf3

Please sign in to comment.