[clang] [clang][dataflow] Show triangle in `<details>` element (PR #67655)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 05:48:58 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';
----------------
martinboehme wrote:
Good point -- done.
https://github.com/llvm/llvm-project/pull/67655
More information about the cfe-commits
mailing list