diff options
author | Arthur Volant <arthurvolant@gmail.com> | 2021-04-16 21:31:52 +0200 |
---|---|---|
committer | Arthur Volant <arthurvolant@gmail.com> | 2021-04-17 17:46:40 +0200 |
commit | f12ebdfae4d9e7607244621af8f029bc529560c1 (patch) | |
tree | 7c0ca85605745b49e99680df9f6628c1823cc539 | |
parent | 0ce7c1f57732dda24708fbd3f8f5c67f653f3850 (diff) | |
download | sphinx-git-f12ebdfae4d9e7607244621af8f029bc529560c1.tar.gz |
Add div.highlight
-rw-r--r-- | sphinx/themes/basic/static/basic.css_t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t index 5c1db3b84..e5780f2d0 100644 --- a/sphinx/themes/basic/static/basic.css_t +++ b/sphinx/themes/basic/static/basic.css_t @@ -820,7 +820,7 @@ div.code-block-caption code { /* From https://stackoverflow.com/a/34372191 */ table.highlighttable td.linenos, span.linenos, -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 */ |