fix(firewall): Tab-Navigation deutlich besser lesbar

- fw-tabs: Tab-Schrift 13px, font-weight 500, Farbe #64748B (statt AntD-Standard grau)
- Aktiver Tab: #1677ff + font-weight 600 + 2px Unterstrich
- Hover: #334155 für klare Reaktion
- Ink-Bar: 2px Höhe mit abgerundeten Ecken
- Nav-Separator: #E2E8F0 statt default hellgrau

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Debian
2026-05-31 19:02:25 +02:00
parent 98aa7c0bcd
commit 6a4460dfdc
3 changed files with 29 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ export default function FirewallPage() {
<Tabs
items={tabs}
defaultActiveKey="rules"
className="fw-tabs"
/>
</div>
)