Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Oct 8, 2024
1 parent d5b700d commit 9718968
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/button/button-contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,10 @@ export const buttonContributions: ButtonContributionParams[] = [
id: "gl-merge-request",
exampleUrls: ["https://gitlab.com/svenefftinge/browser-extension-test/-/merge_requests/1"],
match: /\/merge_requests\//,
selector:
"body[data-project-id] div.detail-page-header-actions.is-merge-request > div",
selector: "body[data-project-id] div.detail-page-header-actions.is-merge-request > div",
containerElement: createElement("div", { marginLeft: "8px", marginRight: "-8px" }),
application: "gitlab",
insertBefore:
"body[data-project-id] div.detail-page-header-actions.is-merge-request > div > div",
insertBefore: "body[data-project-id] div.detail-page-header-actions.is-merge-request > div > div",
manipulations: [
{
// make the clone button secondary
Expand Down

0 comments on commit 9718968

Please sign in to comment.