style: remove waiting status badge background and outline
Windows CI / verify (push) Canceled after 0s

This commit is contained in:
Sucukdeluxe
2026-09-06 12:42:37 +02:00
parent d935e622d2
commit 7347f2fe43
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ describe('production style modules', () => {
.replace(/\r\n/g, '\n'));
const digest = createHash('sha256').update(content).digest('hex');
expect(digest).toBe('2ed5d8cce6dca293fba4f83a0347950ee887c01cafb9febfb345842a6c569cd5');
expect(digest).toBe('2121672b9cf4534a7e15be2cf88ab1919fe54fe8f3ca314e6658ed6633436019');
});
test('derives the Windows hot-development executable version from package metadata', () => {
+2 -2
View File
@@ -229,8 +229,8 @@
}
.queue-status-badge:has(.status.pending) {
background: color-mix(in srgb, var(--warning) 10%, transparent);
border-color: color-mix(in srgb, var(--warning) 25%, transparent);
background: transparent;
border-color: transparent;
}
.queue-progress-wrap {