mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
UI/Card: Fix card items always having pointer cursor (#52809)
This commit is contained in:
parent
12079a7285
commit
aa8c9d86dd
@ -67,7 +67,7 @@ export const CardContainer = ({
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const getCardContainerStyles = stylesFactory(
|
export const getCardContainerStyles = stylesFactory(
|
||||||
(theme: GrafanaTheme2, disabled = false, disableHover = false, isSelected = false) => {
|
(theme: GrafanaTheme2, disabled = false, disableHover = false, isSelected) => {
|
||||||
const isSelectable = isSelected !== undefined;
|
const isSelectable = isSelected !== undefined;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user