File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export const FunctionDisplay: FC<FunctionDisplayProps> = ({
3232 case "example" :
3333 return isExampleFolding ? (
3434 < details class = "folding-example group" >
35- < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800" >
35+ < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800 marker:hidden " >
3636 < div class = "w-4 h-4 text-gray-400 transform transition-transform duration-200 group-open:rotate-90" >
3737 < ChevronRightIcon />
3838 </ div >
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const FunctionParameters: FC<FunctionParametersProps> = ({
7474 case "example" :
7575 return (
7676 < details class = "folding-example group" >
77- < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800" >
77+ < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800 marker:hidden " >
7878 < div class = "w-4 h-4 text-gray-400 transform transition-transform duration-200 group-open:rotate-90" >
7979 < ChevronRightIcon />
8080 </ div >
@@ -99,7 +99,7 @@ export const FunctionParameters: FC<FunctionParametersProps> = ({
9999 // The list of strings can be very long. For example, `page.paper` has 100+ possibilities.
100100 open = { param . strings . length <= 5 }
101101 >
102- < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800" >
102+ < summary class = "flex items-center gap-1 text-sm font-medium text-blue-600 cursor-pointer hover:text-blue-800 marker:hidden " >
103103 < div class = "w-4 h-4 text-gray-400 transform transition-transform duration-200 group-open:rotate-90" >
104104 < ChevronRightIcon />
105105 </ div >
You can’t perform that action at this time.
0 commit comments