From e92593d6f00d406225858ca4c481fadd4f96d05f Mon Sep 17 00:00:00 2001 From: "Myst(MysterialPy)" Date: Sun, 6 Sep 2020 14:24:14 +1000 Subject: [PATCH] Make admonition-title un-selectable. All admonition-title's should now be un-selectable. --- docs/_static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/style.css b/docs/_static/style.css index 6cd061faa..71e2cbe82 100644 --- a/docs/_static/style.css +++ b/docs/_static/style.css @@ -727,6 +727,10 @@ p.admonition-title { margin: 0 -0.8rem; padding: 0.4rem 0.6rem 0.4rem 2.5rem; position: relative; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; } p.admonition-title::before {