Tourismus-Icons: Reduzierte-Animation als Funkeln (durchgestrichen wenn

aktiv), Tal-Log-Glocke, Tal-Meldungsmodus Sprechblase/ABC

- Komponente: generisches Zwei-Zustands-Icon (.ic-state-on/.ic-state-off
  via .active) -> reduzierte Animation zeigt durchgestrichenes Funkeln.
- Region: Schildkroete -> Funkeln (mit Aus-Zustand).
- Tal: btnLog -> Glocken-SVG; _syncInfoModeBtn -> Sprechblase (Audio) /
  ABC (Lese-Modus) statt Emoji (Buch war fuers Glossar vergeben).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-08-25 19:50:57 +02:00
parent 2e9ad6a83f
commit 248a46f829
4 changed files with 11 additions and 3 deletions
+5
View File
@@ -182,6 +182,11 @@
width: 20px;
height: 20px;
}
/* Zwei-Zustands-Icon: .ic-state-on normal, .ic-state-off wenn Button .active.
(z. B. Animationen an → reduziert = durchgestrichen) */
.ggs-header--float button .ic-state-off { display: none; }
.ggs-header--float button.active .ic-state-on { display: none; }
.ggs-header--float button.active .ic-state-off { display: inline-block; }
/* --- Tempo-Zustandsbutton (zeigt IMMER den aktuellen Speed) --- */
.ggs-header--float .ggs-tempo { position: relative; display: inline-flex; }