File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
--mocha-test-html-error-color : # 000 ;
18
18
--mocha-box-shadow-color : # eee ;
19
19
--mocha-box-bottom-color : # ddd ;
20
- --mocha-test-replay-color : # 888 ;
20
+ --mocha-test-replay-color : # 000 ;
21
21
--mocha-test-replay-bg-color : # eee ;
22
22
--mocha-stats-color : # 888 ;
23
23
--mocha-stats-em-color : # 000 ;
49
49
--mocha-test-html-error-color : # fff ;
50
50
--mocha-box-shadow-color : # 444 ;
51
51
--mocha-box-bottom-color : # 555 ;
52
- --mocha-test-replay-color : # 888 ;
52
+ --mocha-test-replay-color : # fff ;
53
53
--mocha-test-replay-bg-color : # 444 ;
54
54
--mocha-stats-color : # aaa ;
55
55
--mocha-stats-em-color : # fff ;
@@ -292,11 +292,12 @@ body {
292
292
-moz-transition : opacity 200ms ;
293
293
-o-transition : opacity 200ms ;
294
294
transition : opacity 200ms ;
295
- opacity : 0.3 ;
295
+ opacity : 0.7 ;
296
296
color : var (--mocha-test-replay-color );
297
297
}
298
298
299
299
# mocha .test : hover a .replay {
300
+ box-shadow : 0 0 1px inset var (--mocha-test-replay-color );
300
301
opacity : 1 ;
301
302
}
302
303
You can’t perform that action at this time.
0 commit comments