expo removed all cursor event

This commit is contained in:
2020-01-09 15:20:11 +01:00
parent cfbfbebd76
commit 25fce000bc
2 changed files with 11 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -99,6 +99,16 @@
// pointer-events: none;
// }
body.domain-expo-encyclopediedelaparole-org{
* {
pointer-events: none!important;
cursor:none!important;
}
// cursor: none;
// canvas#corpus-map{
// cursor: none!important;
// }
}
body.expo-black{
background-color: $expo-black;