web-apps/vendor/bootstrap/docs/assets/less/anchor.less

21 lines
286 B
Plaintext
Raw Normal View History

2021-07-14 15:13:38 +00:00
.anchorjs-link {
color: inherit;
}
@media (max-width: 480px) {
.anchorjs-link {
display: none;
}
}
*:hover > .anchorjs-link {
opacity: .75;
transition: color .16s linear;
}
*:hover > .anchorjs-link:hover,
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}