diff --git a/gradle/changelog/fix_available_plugins.yaml b/gradle/changelog/fix_available_plugins.yaml new file mode 100644 index 0000000000..a14afddc44 --- /dev/null +++ b/gradle/changelog/fix_available_plugins.yaml @@ -0,0 +1,2 @@ +- type: fixed + description: Color for available plugins diff --git a/scm-ui/ui-components/src/CardColumn.tsx b/scm-ui/ui-components/src/CardColumn.tsx index cdfc8af572..9d758795f8 100644 --- a/scm-ui/ui-components/src/CardColumn.tsx +++ b/scm-ui/ui-components/src/CardColumn.tsx @@ -49,6 +49,12 @@ const InheritFlexShrinkDiv = styled.div` pointer-events: all; `; +const InvisibleButton = styled.button` + background: none; + border: none; + cursor: pointer; +`; + const CardColumn: FC = ({ link, avatar, @@ -69,7 +75,7 @@ const CardColumn: FC = ({ createLink = ; } else if (action) { createLink = ( -