Use unicode glyphs for speech button (♪ and ■)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-03 14:38:47 -05:00
parent 953ceb4ff4
commit 5ae3f9292a
+2 -3
View File
@@ -421,12 +421,11 @@
}
.breadcrumb-action-btn.speech-toggle::before {
content: '🔊';
font-size: 0.75rem;
content: '';
}
.breadcrumb-action-btn.speech-toggle.speaking::before {
content: '';
content: '';
}
/* Font size scale classes */