File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
clang/lib/Analysis/FlowSensitive Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -123,10 +123,21 @@ code.line:has(.bb-select):before {
123
123
font-size : x-small;
124
124
flex-grow : 1 ;
125
125
}
126
- .value summary {
126
+ .value > summary {
127
127
background-color : # ace ;
128
128
display : flex;
129
- justify-content : space-between;
129
+ cursor : pointer;
130
+ }
131
+ .value > summary ::before {
132
+ content : '►' ;
133
+ margin-right : 0.5em ;
134
+ font-size : 0.9em ;
135
+ }
136
+ .value [open ] > summary ::before {
137
+ content : '▼' ;
138
+ }
139
+ .value > summary > .location {
140
+ margin-left : auto;
130
141
}
131
142
.value .address {
132
143
font-size : xx-small;
Original file line number Diff line number Diff line change 18
18
< template data-if ="v.value_id "> < span class ="address "> #{{v.value_id}}</ span > </ template >
19
19
</ span >
20
20
< template data-if ="v.location ">
21
- < span > {{v.type}} < span class ="address "> @{{v.location}}</ span > </ span >
21
+ < span class =" location " > {{v.type}} < span class ="address "> @{{v.location}}</ span > </ span >
22
22
</ template >
23
23
</ summary >
24
24
< template
You can’t perform that action at this time.
0 commit comments