Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create custom tooltips #190

Merged
merged 5 commits into from
May 24, 2021
Merged

Create custom tooltips #190

merged 5 commits into from
May 24, 2021

Commits on May 21, 2021

  1. Create reusable tooltip

    IRHM committed May 21, 2021
    Configuration menu
    Copy the full SHA
    7a84540 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Remove scale transform

    Positioning of tooltip not working correctly when using it
    IRHM committed May 23, 2021
    Configuration menu
    Copy the full SHA
    d606520 View commit details
    Browse the repository at this point in the history
  2. Change scale on mouseenter/leave

    Still has sort of "laggy" transition when none is applied, which looks better than no scaling i think
    IRHM committed May 23, 2021
    Configuration menu
    Copy the full SHA
    13f0456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc64b82 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

  1. Fix styling in ButtonConnector

    Works better with different configurations of buttons inside (that aren't being used, but might be in the future).
    
    Also fixes tooltips position on buttons inside container, since border wasn't being counted in height.
    IRHM committed May 24, 2021
    Configuration menu
    Copy the full SHA
    0cc97ef View commit details
    Browse the repository at this point in the history