Remove div.doctest

* Remove `div.doctest` so that the selecting feature in snippets code
are not just available for doctests snippets
This commit is contained in:
Arthur Volant 2021-04-19 12:02:38 +02:00
parent 53dff4ef5f
commit fbed1cbbde

View File

@ -819,7 +819,7 @@ div.code-block-caption code {
table.highlighttable td.linenos, table.highlighttable td.linenos,
span.linenos, span.linenos,
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ div.highlight span.gp { /* gp: Generic.Prompt */
user-select: none; user-select: none;
-webkit-user-select: text; /* Safari fallback only */ -webkit-user-select: text; /* Safari fallback only */
-webkit-user-select: none; /* Chrome/Safari */ -webkit-user-select: none; /* Chrome/Safari */