Skip to content

Commit 480dba7

Browse files
Add 'Edit' text to page title edit button
1 parent ea76e8e commit 480dba7

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

_layouts/default.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -645,14 +645,20 @@
645645
}
646646
.page-title-edit {
647647
flex-shrink: 0;
648-
margin-top: 0.3em;
648+
margin-top: 0.35em;
649649
min-width: auto;
650650
min-height: auto;
651-
padding: var(--space-xs);
651+
padding: var(--space-xs) var(--space-sm);
652+
display: inline-flex;
653+
align-items: center;
654+
gap: 0.3em;
655+
font-size: 0.875rem;
656+
font-weight: 500;
657+
border: 1px solid var(--color-border);
652658
}
653659
.page-title-edit svg {
654-
width: 20px;
655-
height: 20px;
660+
width: 14px;
661+
height: 14px;
656662
}
657663

658664
/* Footer edit link */
@@ -840,7 +846,7 @@
840846
editLink.className = 'edit-icon-link page-title-edit';
841847
editLink.setAttribute('aria-label', 'Edit this page on GitHub');
842848
editLink.setAttribute('title', 'Edit this page');
843-
editLink.innerHTML = '<svg viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="m14.515.456.965.965a1.555 1.555 0 0 1 0 2.2L9.745 9.355a1.549 1.549 0 0 1-.672.396l-2.89.826a.67.67 0 0 1-.828-.474.66.66 0 0 1 .004-.35l.825-2.89c.073-.254.209-.486.396-.673L12.315.456c.144-.145.316-.259.505-.337a1.538 1.538 0 0 1 1.19 0c.189.078.361.192.505.337Zm-3.322 3.008-3.67 3.669a.214.214 0 0 0-.057.096L6.97 8.965l1.736-.496a.218.218 0 0 0 .096-.056l3.67-3.67Zm2.065-2.066L12.135 2.52l1.28 1.28 1.122-1.122a.216.216 0 0 0 .065-.157.216.216 0 0 0-.065-.157l-.965-.966a.216.216 0 0 0-.157-.065.226.226 0 0 0-.157.065Z"/><path d="M0 14.25V2.75A1.75 1.75 0 0 1 1.75 1H7a.75.75 0 0 1 0 1.5H1.75a.25.25 0 0 0-.25.25v11.5a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25V8.5a.75.75 0 0 1 1.5 0v5.75c0 .464-.184.909-.513 1.237A1.746 1.746 0 0 1 13.25 16H1.75A1.75 1.75 0 0 1 0 14.25Z"/></svg>';
849+
editLink.innerHTML = '<svg viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="m14.515.456.965.965a1.555 1.555 0 0 1 0 2.2L9.745 9.355a1.549 1.549 0 0 1-.672.396l-2.89.826a.67.67 0 0 1-.828-.474.66.66 0 0 1 .004-.35l.825-2.89c.073-.254.209-.486.396-.673L12.315.456c.144-.145.316-.259.505-.337a1.538 1.538 0 0 1 1.19 0c.189.078.361.192.505.337Zm-3.322 3.008-3.67 3.669a.214.214 0 0 0-.057.096L6.97 8.965l1.736-.496a.218.218 0 0 0 .096-.056l3.67-3.67Zm2.065-2.066L12.135 2.52l1.28 1.28 1.122-1.122a.216.216 0 0 0 .065-.157.216.216 0 0 0-.065-.157l-.965-.966a.216.216 0 0 0-.157-.065.226.226 0 0 0-.157.065Z"/><path d="M0 14.25V2.75A1.75 1.75 0 0 1 1.75 1H7a.75.75 0 0 1 0 1.5H1.75a.25.25 0 0 0-.25.25v11.5a.25.25 0 0 0 .25.25h11.5a.25.25 0 0 0 .25-.25V8.5a.75.75 0 0 1 1.5 0v5.75c0 .464-.184.909-.513 1.237A1.746 1.746 0 0 1 13.25 16H1.75A1.75 1.75 0 0 1 0 14.25Z"/></svg>Edit';
844850
wrapper.appendChild(editLink);
845851
}
846852
}

0 commit comments

Comments
 (0)