From fbed1cbbde47a777732dcc394ed93ead4de7fefd Mon Sep 17 00:00:00 2001 From: Arthur Volant Date: Mon, 19 Apr 2021 12:02:38 +0200 Subject: [PATCH] Remove `div.doctest` * Remove `div.doctest` so that the selecting feature in snippets code are not just available for doctests snippets --- sphinx/themes/basic/static/basic.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index db43499ade8..45815bac0a7 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -819,7 +819,7 @@ div.code-block-caption code { table.highlighttable td.linenos, span.linenos, -div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ +div.highlight span.gp { /* gp: Generic.Prompt */ user-select: none; -webkit-user-select: text; /* Safari fallback only */ -webkit-user-select: none; /* Chrome/Safari */