File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 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) => (
4545 < li className = 'hook-item' >
4646 < Collapsible
4747 header = { `Spies / Stubs (${ model . agents . length } )` }
48- headerClass = 'hook-name '
48+ headerClass = 'hook-header '
4949 contentClass = 'instrument-content'
5050 >
5151 < table >
Original file line number Diff line number Diff line change 4040 padding : 4px 0 ;
4141
4242 & :focus {
43- outline : 1 px dotted #6c6c6c ;
43+ outline : none ;
4444 }
4545
4646 > .collapsible-header-inner :focus {
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const Routes = observer(({ model }: RoutesProps) => (
5555 < li className = 'hook-item' >
5656 < Collapsible
5757 header = { `Routes (${ model . routes . length } )` }
58- headerClass = 'hook-name '
58+ headerClass = 'hook-header '
5959 contentClass = 'instrument-content'
6060 >
6161 < table >
Original file line number Diff line number Diff line change 111111 & .runnable-pending > div > .runnable-wrapper ,
112112 & .runnable-pending > div > .runnable-instruments {
113113 border-left : 5px solid lighten ($pending , 25% );
114+ padding-bottom : 0 ;
114115 }
115116
116117 & .runnable-passed > div > .runnable-wrapper ,
You can’t perform that action at this time.
0 commit comments