Skip to content

Commit c3dc5c9

Browse files
committed
Merge commit '4b327cb814b1fc62b14b00d497b79bbc2fab3b42'
2 parents d293849 + 4b327cb commit c3dc5c9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

template/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ body {
705705
-moz-user-select: text !important;
706706
-ms-user-select: text !important;
707707
user-select: text !important;
708-
cursor: text !important;
708+
cursor: text;
709709
}
710710

711711
/* Keep interactive controls non-selectable to avoid accidental selection */
@@ -726,7 +726,8 @@ summary {
726726
/* Make links in output/selectable content visually distinct and clickable */
727727
#output a,
728728
#content-display a,
729-
#output .help-text a {
729+
#output .help-text a
730+
#content-display .content-body a {
730731
color: var(--link-color);
731732
text-decoration: underline;
732733
cursor: pointer !important;

0 commit comments

Comments
 (0)