Merge pull request #74 from router-for-me/codex/remove-blue-box-from-log-view

Remove blue focus ring from Logs page tabs
This commit is contained in:
Supra4E8C
2026-01-29 20:12:26 +08:00
committed by GitHub

View File

@@ -44,6 +44,11 @@
&:hover { &:hover {
color: var(--text-primary); color: var(--text-primary);
} }
&:focus-visible {
outline: none;
box-shadow: none;
}
} }
.tabActive { .tabActive {