blob: ec33901d6cb950e2f8b3aa041bc6bf05a86a8cb4 [file] [log] [blame]
// Make cursor helper
body.helper, body.helper a {
cursor: help !important;
}
// Make hover links visible
body.helper *[data-helper]:hover {
text-shadow: 0 0 5px $dark-orange !important;
}