mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Move bash snippets $ to a :before so that it's not selectable.
This commit is contained in:
@@ -94,3 +94,9 @@
|
||||
display: inline-block;
|
||||
padding-right: 45px;
|
||||
}
|
||||
|
||||
.language-bash:before {
|
||||
color: #033;
|
||||
content: "$ ";
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user