tvl-depot/tvix/docs/mdbook-extra.css
toastal fbce56b849 docs: prompts in shell sessions shouldn’t be selectable
these just indicate the start of the prompt by convention & if the user
is root or not with `#` & `$` respectively

Change-Id: Id65f5f879b067ee96715b3e7dc63f68c7ad791b8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11868
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-06-27 07:16:23 +00:00

7 lines
115 B
CSS

@charset "utf-8";
.hljs-meta.prompt_ {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}