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

Tooltip #135

Open
DanielWalendzewicz opened this issue Jan 14, 2019 · 1 comment
Open

Tooltip #135

DanielWalendzewicz opened this issue Jan 14, 2019 · 1 comment

Comments

@DanielWalendzewicz
Copy link

How can I change a color of full Tootlip ? I got something like this, but it doesn't fill full Tooltip.

.rangeslider__handle-tooltip {
background: #f79651;
}

@anuragsr
Copy link

You need to also style the border-top-color of the ::after psuedo element:

.rangeslider__handle-tooltip { background: #f79651; }
.rangeslider__handle-tooltip::after{ border-top-color: $acc; }

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