Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
899e35f0a9762c35f93369ac4248da7267b3095d
/
.
/
dev
/
scss
/
main
/
helper.scss
blob: 31b07fae699cffaf2fc671ab11da883b14482c41 [
file
] [
log
] [
blame
]
@import
"../util"
// 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
;
}