Skip to content

Commit

Permalink
[frontend] In custom dashboard list, the call to action hover effect …
Browse files Browse the repository at this point in the history
…is semi-hidden (#8534)
  • Loading branch information
ValentinBouzinFiligran authored Jan 7, 2025
1 parent 608aef8 commit 6ceabcc
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 505 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const workspaceMutation = graphql`
mutation WorkspaceCreationMutation($input: WorkspaceAddInput!) {
workspaceAdd(input: $input) {
id
...WorkspaceLine_node
...WorkspacesLine_node
}
}
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const workspaceDuplicationDialogDuplicatedWorkspaceCreation = graphql`
) {
workspaceDuplicate(input: $input) {
id
...WorkspaceLine_node
...WorkspacesLine_node
}
}
`;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const WorkspacePopover = ({ workspace, paginationOptions }) => {
<IconButton
onClick={handleOpen}
aria-haspopup="true"
size="large"
size="medium"
style={{ marginTop: 3 }}
color="primary"
aria-label={t_i18n('Workspace popover of actions')}
Expand Down
Loading

0 comments on commit 6ceabcc

Please sign in to comment.