From eae9af73c28dbfcc8681a46a07dc497215f1b283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Sun, 5 Oct 2025 18:53:28 +0900 Subject: [PATCH] =?UTF-8?q?enhance(frontend):=20MkTabs,=20MkPageHeader.tab?= =?UTF-8?q?s=E3=81=AB=E3=81=A6=E3=82=BF=E3=83=96=E3=83=8F=E3=82=A4?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=88=E3=81=AECSS=20Anchor=20Positioning?= =?UTF-8?q?=E3=81=AB=E5=AF=BE=E5=BF=9C=20(#16595)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正 * fix lint * Revert "fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正" This reverts commit 3b0ec46990d9ac9ae7f22140dfed5f8b80a4190c. * fix * fix * enhance(frontend): MkTabsのタブハイライト切り替えをCSS anchor positioningに対応させる * enhance(frontend): MkPageHeader.tabsのタブハイライト切り替えをCSS anchor positioningに対応させる * :art: --- packages/frontend/src/components/MkTabs.vue | 86 +++++++++++++------ .../components/global/MkPageHeader.tabs.vue | 70 +++++++++++---- 2 files changed, 113 insertions(+), 43 deletions(-) diff --git a/packages/frontend/src/components/MkTabs.vue b/packages/frontend/src/components/MkTabs.vue index 57fb6548ba..9798e2c3b3 100644 --- a/packages/frontend/src/components/MkTabs.vue +++ b/packages/frontend/src/components/MkTabs.vue @@ -4,12 +4,20 @@ SPDX-License-Identifier: AGPL-3.0-only --> -