File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
clang/lib/Analysis/FlowSensitive Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -123,21 +123,10 @@ 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
- 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;
129
+ justify-content : space-between;
141
130
}
142
131
.value .address {
143
132
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 class =" location " > {{v.type}} < span class ="address "> @{{v.location}}</ span > </ span >
21
+ < span > {{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