Browse Source

Make admonition-title un-selectable.

All admonition-title's should now be un-selectable.
pull/5809/head
Myst(MysterialPy) 5 years ago
committed by GitHub
parent
commit
a668623d9f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/_static/style.css

4
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 {

Loading…
Cancel
Save