We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d293849 + 4b327cb commit c3dc5c9Copy full SHA for c3dc5c9
1 file changed
template/css/style.css
@@ -705,7 +705,7 @@ body {
705
-moz-user-select: text !important;
706
-ms-user-select: text !important;
707
user-select: text !important;
708
- cursor: text !important;
+ cursor: text;
709
}
710
711
/* Keep interactive controls non-selectable to avoid accidental selection */
@@ -726,7 +726,8 @@ summary {
726
/* Make links in output/selectable content visually distinct and clickable */
727
#output a,
728
#content-display a,
729
-#output .help-text a {
+#output .help-text a
730
+#content-display .content-body a {
731
color: var(--link-color);
732
text-decoration: underline;
733
cursor: pointer !important;
0 commit comments