Refine rule editor exit animations and bump Harbor versions
This commit is contained in:
@@ -31,6 +31,8 @@ test('rule editor add latency stays constant and dirty exits are guarded', () =>
|
||||
assert.match(styles, /\.client-delete-strike::before[\s\S]*20% 8%[\s\S]*filter: blur\(3px\)/);
|
||||
assert.doesNotMatch(styles, /client-local-rule > button:last-child/);
|
||||
assert.match(styles, /@keyframes client-delete-strike[\s\S]*scaleX\(0\)[\s\S]*scaleX\(1\)/);
|
||||
assert.match(styles, /53%[\s\S]*transform-origin: right center[\s\S]*100%[\s\S]*scaleX\(0\)/);
|
||||
assert.match(styles, /@keyframes client-local-rule-leave[\s\S]*translateX\(28px\)/);
|
||||
assert.match(styles, /\.client-local-rule:has\(\.client-rule-type\.is-open\)[\s\S]*z-index: 5/);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user