twbs--bootstrap/docs/assets/scss/_anchor.scss

21 lines
286 B
SCSS
Raw Normal View History

.anchorjs-link {
color: inherit;
2015-01-22 03:20:16 +00:00
}
2015-06-19 06:56:43 +00:00
@media (max-width: 480px) {
.anchorjs-link {
display: none;
}
2014-10-28 21:50:22 +00:00
}
2015-06-19 06:56:43 +00:00
*:hover > .anchorjs-link {
opacity: .75;
2016-01-04 02:10:22 +00:00
transition: color .16s linear;
2015-06-19 06:56:43 +00:00
}
*:hover > .anchorjs-link:hover,
.anchorjs-link:focus {
text-decoration: none;
opacity: 1;
}