fix: Info-Icon Schrift von Caps auf normale Serif-Schrift

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-15 20:48:31 +01:00
Ursprung 7d06a9a690
Commit b1b92510f3

Datei anzeigen

@@ -4874,10 +4874,11 @@ a.map-popup-article:hover {
border-radius: 50%; border-radius: 50%;
border: 1px solid var(--text-disabled); border: 1px solid var(--text-disabled);
color: var(--text-disabled); color: var(--text-disabled);
font-size: 9px; font-size: 10px;
font-weight: 600; font-weight: 400;
font-style: normal; font-style: normal;
font-family: inherit; font-family: serif;
text-transform: none;
cursor: help; cursor: help;
margin-left: 5px; margin-left: 5px;
position: relative; position: relative;