Flip rename pencil toward project title
This commit is contained in:
parent
78f7ec7f21
commit
554072e9dd
@ -412,7 +412,7 @@ function render() {
|
||||
<span class="project-title">${project.name}</span>
|
||||
</div>
|
||||
<div class="project-actions">
|
||||
<button class="btn-rename-project" onclick="renameProject(${project.id})" title="Rename project">✎</button>
|
||||
<button class="btn-rename-project" onclick="renameProject(${project.id})" title="Rename project"><span class="icon-pencil">✎</span></button>
|
||||
<button class="btn-add-part" onclick="openModal('addPart', ${project.id})">+ Part</button>
|
||||
<button class="btn-delete-project" onclick="deleteProject(${project.id})">×</button>
|
||||
</div>
|
||||
|
||||
@ -184,6 +184,7 @@ h1 {
|
||||
padding: 5px 8px; border-radius: 8px; font-size: 1rem; cursor: pointer;
|
||||
}
|
||||
.btn-rename-project:hover { color: var(--project-color); }
|
||||
.icon-pencil { display: inline-block; transform: scaleX(-1); }
|
||||
|
||||
/* --- PART CARD --- */
|
||||
.part-card {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user