mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
fix pointer = cursor
This commit is contained in:
@@ -14,7 +14,7 @@ type Props = {
|
||||
|
||||
const styles = {
|
||||
link: {
|
||||
pointerEvents: "all"
|
||||
pointerEvents: "cursor"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user