Commit ca345a2d authored by Phil Hughes's avatar Phil Hughes

Fix borders in the commit sha group

Fixes the incorrect borders in the copy commit sha group
parent a36cb945
...@@ -208,9 +208,9 @@ ...@@ -208,9 +208,9 @@
display: inline-flex; display: inline-flex;
.label, .label,
.btn { .btn:not(.gl-button) {
padding: $gl-vert-padding $gl-btn-padding; padding: $gl-vert-padding $gl-btn-padding;
border: 1px $border-color solid; border: 1px $gray-200 solid;
font-size: $gl-font-size; font-size: $gl-font-size;
line-height: $line-height-base; line-height: $line-height-base;
border-radius: 0; border-radius: 0;
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
.js-commit-pipeline-status{ data: { endpoint: pipelines_project_commit_path(project, commit.id, ref: ref) } } .js-commit-pipeline-status{ data: { endpoint: pipelines_project_commit_path(project, commit.id, ref: ref) } }
.commit-sha-group.d-none.d-sm-flex .commit-sha-group.btn-group.d-none.d-sm-flex
.label.label-monospace.monospace .label.label-monospace.monospace
= commit.short_id = commit.short_id
= clipboard_button(text: commit.id, title: _("Copy commit SHA"), class: "gl-button btn btn-default", container: "body") = clipboard_button(text: commit.id, title: _("Copy commit SHA"), class: "gl-button btn btn-default", container: "body")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment