[clang] [clang][dataflow] Show triangle in `<details>` element (PR #67655)

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 28 05:05:20 PDT 2023


================
@@ -123,10 +123,21 @@ code.line:has(.bb-select):before {
   font-size: x-small;
   flex-grow: 1;
 }
-.value summary {
+.value > summary {
   background-color: #ace;
   display: flex;
-  justify-content: space-between;
+  cursor: pointer;
+}
+.value > summary::before {
+  content: '\25ba';
----------------
sam-mccall wrote:

consider a comment `/* BLACK RIGHT-POINTING POINTER */` or so

https://github.com/llvm/llvm-project/pull/67655


More information about the cfe-commits mailing list