File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
app/components/dependency-list Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 35
35
</span >
36
36
</div >
37
37
38
+ {{ #if (or (not @dependency.default_features ) @dependency.features )}}
39
+ <div local-class =" features" data-test-features>
40
+ {{ #if (not @dependency.default_features )}}
41
+ default-features=false
42
+ {{ /if }}
43
+ {{ #if @dependency.features }}
44
+ features={{ @dependency.features }}
45
+ {{ /if }}
46
+ </div >
47
+ {{ /if }}
48
+
38
49
{{ #if (or this.description this.loadCrateTask.isRunning )}}
39
50
<div local-class =" description" data-test-description>
40
51
{{ #if this.loadCrateTask.isRunning }}
Original file line number Diff line number Diff line change 117
117
}
118
118
}
119
119
120
+ .features {
121
+ margin-top : 10px ;
122
+ color : var (--crate-color );
123
+ font-size : 80% ;
124
+ }
125
+
120
126
.description {
121
127
margin-top : 10px ;
122
128
color : var (--crate-color );
You can’t perform that action at this time.
0 commit comments