bootstrap/docs/assets/less/anchor.less

21 lines
286 B
Plaintext
Raw Normal View History

2017-07-03 06:09:46 +08:00
.anchorjs-link {
color: inherit;
}
@media (max-width: 480px) {
.anchorjs-link {
display: none;
}
}
*:hover > .anchorjs-link {
opacity: .75;
2017-11-26 10:06:34 +08:00
transition: color .16s linear;
2017-07-03 06:09:46 +08:00
}
*:hover > .anchorjs-link:hover,
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}