Skip to content

Commit

Permalink
Remove div.doctest
Browse files Browse the repository at this point in the history
* Remove `div.doctest` so that the selecting feature in snippets code
are not just available for doctests snippets
  • Loading branch information
V0lantis committed Apr 20, 2021
1 parent 53dff4e commit fbed1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/themes/basic/static/basic.css_t
Expand Up @@ -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 */
Expand Down

0 comments on commit fbed1cb

Please sign in to comment.