File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,6 @@ overlap_summary = document.getElementById("overlap-summary")
5858overlap_details = document .getElementById (" overlap-details" )
5959copied_indicator = document .getElementById (" copied-to-clipboard" )
6060
61- overlaps_expanded = false
62- overlap_summary .addEventListener " click" , ->
63- overlaps_expanded = not overlaps_expanded
64- overlap_details .style .display = if overlaps_expanded then " " else " none"
65- overlap_summary .style .cursor = " pointer"
66-
6761output_text_art = " "
6862update_output_area = ->
6963if markdown_format_checkbox .checked
Original file line number Diff line number Diff line change 107107opacity : 0 ;
108108}
109109
110+ details summary {
111+ cursor : pointer;
112+ }
113+
110114.two-column-layout {
111115display : flex;
112116flex-direction : column; /* i.e. NOT a two column layout */
You can’t perform that action at this time.
0 commit comments