File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const Agents = observer(({ model }: AgentsProps) => (
45
45
< li className = 'hook-item' >
46
46
< Collapsible
47
47
header = { `Spies / Stubs (${ model . agents . length } )` }
48
- headerClass = 'hook-name '
48
+ headerClass = 'hook-header '
49
49
contentClass = 'instrument-content'
50
50
>
51
51
< table >
Original file line number Diff line number Diff line change 40
40
padding : 4px 0 ;
41
41
42
42
& :focus {
43
- outline : 1 px dotted #6c6c6c ;
43
+ outline : none ;
44
44
}
45
45
46
46
> .collapsible-header-inner :focus {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Routes = observer(({ model }: RoutesProps) => (
55
55
< li className = 'hook-item' >
56
56
< Collapsible
57
57
header = { `Routes (${ model . routes . length } )` }
58
- headerClass = 'hook-name '
58
+ headerClass = 'hook-header '
59
59
contentClass = 'instrument-content'
60
60
>
61
61
< table >
Original file line number Diff line number Diff line change 111
111
& .runnable-pending > div > .runnable-wrapper ,
112
112
& .runnable-pending > div > .runnable-instruments {
113
113
border-left : 5px solid lighten ($pending , 25% );
114
+ padding-bottom : 0 ;
114
115
}
115
116
116
117
& .runnable-passed > div > .runnable-wrapper ,
You can’t perform that action at this time.
0 commit comments