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