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

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 26 07:09:23 PDT 2023


================
@@ -122,10 +122,22 @@ 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: '►';
+  margin-right: 0.5em;
+  font-size: 0.9em;
----------------
martinboehme wrote:

Without this, the triangle seemed a bit too big.

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


More information about the cfe-commits mailing list