File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 16
16
<span local-class =" purl-text" >{{ @version.purl }} </span >
17
17
<Tooltip local-class =" purl-tooltip" ><strong >Package URL:</strong > {{ @version.purl }} <small >(click to copy)</small ></Tooltip >
18
18
</CopyButton >
19
+ <a
20
+ href =" https://github.com/package-url/purl-spec"
21
+ target =" _blank"
22
+ rel =" noopener noreferrer"
23
+ local-class =" purl-help-link"
24
+ aria-label =" Learn more"
25
+ >
26
+ {{ svg-jar " circle-question" }}
27
+ <Tooltip @text =" Learn more about Package URLs" />
28
+ </a >
19
29
</div >
20
30
21
31
<time
Original file line number Diff line number Diff line change 87
87
}
88
88
}
89
89
90
+ .purl-help-link {
91
+ color : unset;
92
+ margin-left : var (--space-2xs );
93
+ flex-shrink : 0 ;
94
+
95
+ & : hover {
96
+ color : unset;
97
+ }
98
+
99
+ & : focus {
100
+ outline : 2px solid var (--yellow500 );
101
+ outline-offset : 1px ;
102
+ border-radius : var (--space-3xs );
103
+ }
104
+
105
+ svg {
106
+ margin : 0 ;
107
+ }
108
+ }
109
+
90
110
.links {
91
111
> * + * {
92
112
margin-top : var (--space-m );
You can’t perform that action at this time.
0 commit comments