This commit is contained in:
@@ -20,7 +20,7 @@ describe('production style modules', () => {
|
||||
.replace(/\r\n/g, '\n'));
|
||||
const digest = createHash('sha256').update(content).digest('hex');
|
||||
|
||||
expect(digest).toBe('eccaa49c879b53f95816408514a741f9aef7701ec9153ef9c8d70173a5b67056');
|
||||
expect(digest).toBe('d95a7929a6641a1bc1f2000f4348b7d736d3fd99916c9e640d5fb34fdade3bc5');
|
||||
});
|
||||
|
||||
test('derives the Windows hot-development executable version from package metadata', () => {
|
||||
|
||||
@@ -77,6 +77,10 @@
|
||||
transition: border-color 0.2s, background 0.2s;
|
||||
}
|
||||
|
||||
.queue-item:has(.status.pending) {
|
||||
border-left-color: var(--warning);
|
||||
}
|
||||
|
||||
.queue-item:has(.status.downloading) {
|
||||
border-left-color: var(--accent);
|
||||
background: rgba(145, 70, 255, 0.06);
|
||||
|
||||
Reference in New Issue
Block a user