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:
@@ -128,6 +128,7 @@ export default function FirewallPage() {
|
||||
<Tabs
|
||||
items={tabs}
|
||||
defaultActiveKey="rules"
|
||||
className="fw-tabs"
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user