Add cursor hiding effect for improved user experience
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 43s
All checks were successful
Build and Deploy Blog / build-and-deploy-local (push) Successful in 43s
This commit is contained in:
@@ -59,3 +59,8 @@ body {
|
||||
.window-shadow {
|
||||
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
.hide-native-cursor,
|
||||
.hide-native-cursor * {
|
||||
cursor: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user