mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
Make admonition-title un-selectable.
All admonition-title's should now be un-selectable.
This commit is contained in:
parent
0559d77e5a
commit
e92593d6f0
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -727,6 +727,10 @@ p.admonition-title {
|
|||||||
margin: 0 -0.8rem;
|
margin: 0 -0.8rem;
|
||||||
padding: 0.4rem 0.6rem 0.4rem 2.5rem;
|
padding: 0.4rem 0.6rem 0.4rem 2.5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.admonition-title::before {
|
p.admonition-title::before {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user