This commit is contained in:
Mateusz Gruszczyński
2026-09-17 13:01:41 +02:00
parent 4bdcf1b8dd
commit cafbf6e5fa
15 changed files with 85 additions and 45 deletions
+2 -1
View File
@@ -2918,7 +2918,8 @@ button.outside-pill:focus-visible {
box-shadow: 0 0 0 3px rgba(239, 91, 91, .14), 0 0 10px rgba(239, 91, 91, .24);
}
.connection-dot.connecting {
.connection-dot.connecting,
.connection-dot.reconnecting {
background: #e2a93b;
box-shadow: 0 0 0 3px rgba(226, 169, 59, .14);
animation: connection-pulse 1.25s ease-in-out infinite;