fix(project): 프로젝트 멤버 삭제(x) 버튼 hover 시에만 노출

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-17 13:50:34 +09:00
parent bb6a2c12a3
commit 7ce8d1d9cf
4 changed files with 6 additions and 3 deletions
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917p" />
<link rel="stylesheet" href="/static/project.css?v=20260917q" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917p" />
<link rel="stylesheet" href="/static/project.css?v=20260917q" />
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
{% endblock %}
@@ -1,7 +1,7 @@
{% extends "erp_base.html" %}
{% block head_extra %}
<link rel="stylesheet" href="/static/project.css?v=20260917p" />
<link rel="stylesheet" href="/static/project.css?v=20260917q" />
<!-- 구글 머티리얼 심볼(담당자 아이콘 등) — self-host -->
<link rel="stylesheet" href="/static/vendor/material-symbols/material-symbols.css" />
<!-- 타임라인 vis-timeline — self-host -->
+3
View File
@@ -212,6 +212,9 @@
클릭하면 이 프로젝트 안에서 그 사람이 담당하는 업무 팝업. */
.pj-avatar.pj-member-avatar-lg { width: 36px; height: 36px; }
.pj-gicon.pj-member-avatar-lg { font-size: 48px; }
/* 삭제(×) 버튼 — 평소엔 숨겨두고 행에 마우스 올렸을 때만 노출 */
.pj-member-list .pj-del-member { display: none; }
.pj-member-list li:hover .pj-del-member { display: inline-flex; }
/* ── 아사나식 프로젝트 트리(사이드바) — 프로젝트 이름만 나열, 업무 목록 없음 ── */
.pj-tree { list-style: none; margin: 0; padding: 0; }