Make shell command easily selectable by making shell prompt unselectable

上级 49baf092
......@@ -728,6 +728,15 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p {
margin-bottom: 1em;
}
/* Prevent shell prompt from being selectable when selecting commands*/
code.language-shell-session span.token.command {
display: inline-flex;
}
span.token.sh.important {
margin-right: 0.5em;
user-select: none;
}
/* Edge Badge
--------------------------------------- */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册