react-input-range icon indicating copy to clipboard operation
react-input-range copied to clipboard

How to hide the left side tooltip based on certain conditions

Open karthibalu98 opened this issue 5 years ago • 1 comments

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.

karthibalu98 avatar Nov 24 '19 12:11 karthibalu98

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

dnaroid avatar Dec 20 '19 06:12 dnaroid