File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 166166 margin-left : 17px ;
167167 transition : all 1s ease-in;
168168}
169- .dropdown : hover {
170- cursor : pointer;
171- }
172169
173170.expression-container : hover {
174171 outline : 2px solid var (--highlight );
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ select {
123123button {
124124 font-family : 'Ruda' , sans-serif;
125125 font-size : 14px ;
126+ cursor : pointer;
126127}
127128
128129button : disabled {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function TreeRow({
9797 return (
9898 < >
9999 < tr className = { rowClassName } >
100- < td className = "border px-4 py-2 program-col" >
100+ < td className = "program-col" >
101101 < span
102102 style = { { marginLeft : `${ depth * 15 } px` , cursor : "pointer" } }
103103 onClick = { ( ) => setIsExpanded ( prev => ! prev ) }
You can’t perform that action at this time.
0 commit comments