Giter Club home page Giter Club logo

Comments (3)

kazzkiq avatar kazzkiq commented on July 21, 2024 1
  1. opacity is the same as the element's opacity.

I believe this is not solvable. Since opacity is a relative property (its value is relative to its parent value), there is no way to re-enable opacity if the parent element removes it. The solution here is removing the opacity from the parent in your project.

<strong> text in the element leads to <strong> text in the tooltip (...)

I'm pushing a commit that force text reset on all tooltips (using @agauniyal workaround), that solves the issue.

from balloon.css.

kazzkiq avatar kazzkiq commented on July 21, 2024

Wow @seemantk I did not knew this hint.css project! Looks very cool (I would even say more feature-rich than Balloon.css). But I guess I still prefer to stick to simpler and tinier approach (biased opinion, I know) 😄.

About the issue... while I hate am not a big fan of !important, I can't see a better solution than using it will on this issue. Will be taking a look at it soon.

from balloon.css.

agauniyal avatar agauniyal commented on July 21, 2024

@seemantk I do this in sass for temp workaround,

[data-balloon] {
  &:after,
  &:before,
  &:hover:before,
  &:hover:before {
    font-family: sans-serif;
  }
}

from balloon.css.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.