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

How to hide the left side tooltip based on certain conditions #164

Open
karthibalu98 opened this issue Nov 24, 2019 · 1 comment
Open

How to hide the left side tooltip based on certain conditions #164

karthibalu98 opened this issue Nov 24, 2019 · 1 comment

Comments

@karthibalu98
Copy link

I want to hide the left side tooltip based on certain condition using css. But I couldn't find any classname difference for both left and right side tooltip.

@dnaroid
Copy link

dnaroid commented Dec 20, 2019

// part of my .scss  
.input-range {
    &__track {
      & > span:nth-child(2) {
        display: none;
      }
    }
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants