From d968995dd923e5176ead9bef2f6a5b813e97455f Mon Sep 17 00:00:00 2001 From: aliya_kairzhanova Date: Thu, 4 Jun 2026 07:43:22 +0000 Subject: [PATCH] =?UTF-8?q?v8:=20=D0=9A=D0=BB=D0=B8=D0=BA=20=D0=BF=D0=BE?= =?UTF-8?q?=20=D0=A4=D0=98=D0=9E=20=E2=80=94=20=D0=B8=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B8=D1=8F=20=D0=B2=D1=8B=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B?= =?UTF-8?q?=D1=85=20=D0=A1=D0=98=D0=97=20(=D1=87=D1=82=D0=BE,=20=D0=B4?= =?UTF-8?q?=D0=B0=D1=82=D0=B0,=20=D0=B3=D0=BE=D0=B4=D0=B5=D0=BD=20=D0=B4?= =?UTF-8?q?=D0=BE,=20=D1=81=D1=82=D0=B0=D1=82=D1=83=D1=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 66 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index be433f4..6143944 100644 --- a/index.html +++ b/index.html @@ -425,6 +425,19 @@ tr:hover td { background: var(--cyan-50); } .norm-issue-emp-name { font-weight: 600; } .norm-issue-emp-meta { font-size: 12px; color: var(--gray-500); } +/* Employee name link */ +.emp-name-link { + color: var(--ink); + font-weight: 600; + text-decoration: none; + cursor: pointer; + border-bottom: 1px dashed var(--gray-300); +} +.emp-name-link:hover { + color: var(--cyan); + border-bottom-color: var(--cyan); +} + /* Responsive */ @media (max-width: 768px) { .header { padding: 12px 16px; } @@ -947,6 +960,34 @@ tr:hover td { background: var(--cyan-50); } + + +