mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
fix pointer = cursor
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
//@flow
|
//@flow
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import injectSheet from "react-jss";
|
import injectSheet from "react-jss";
|
||||||
import type { Plugin } from "@scm-manager/ui-types";
|
import type {Plugin} from "@scm-manager/ui-types";
|
||||||
import { CardColumn } from "@scm-manager/ui-components";
|
import {CardColumn} from "@scm-manager/ui-components";
|
||||||
import PluginAvatar from "./PluginAvatar";
|
import PluginAvatar from "./PluginAvatar";
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
@@ -14,7 +14,7 @@ type Props = {
|
|||||||
|
|
||||||
const styles = {
|
const styles = {
|
||||||
link: {
|
link: {
|
||||||
pointerEvents: "all"
|
pointerEvents: "cursor"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user