Skip to content

Commit 566d5bb

Browse files
committed
labs label page role
1 parent 08eb246 commit 566d5bb

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

preview-src/labels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
</div>
184184
185185
<div class="box">
186-
<span class="label label--labs">Labs</span>
186+
<span class="label label--labs-label">Labs</span>
187187
</div>
188188
189189
++++

src/css/labels.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ span.label--function {
120120
color: rgba(var(--colors-lavender-50));
121121
}
122122

123-
span.label--labs {
124-
background: rgba(var(--color-labs));
125-
color: rgba(var(--colors-neutral-10));
126-
}
127-
128123
span.label--current {
129124
background: rgba(var(--colors-baltic-50));
130125
color: rgba(var(--colors-baltic-10));
@@ -239,6 +234,11 @@ span.label--labs {
239234
background: var(--color-labs);
240235
}
241236

237+
span.label--labs-label {
238+
background: var(--color-labs);
239+
color: rgba(var(--colors-neutral-10));
240+
}
241+
242242
span.label--graph-academy {
243243
background: var(--success-color);
244244
}

src/js/data/rolesData.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"product": "Labs",
1111
"displayText": "Labs"
1212
},
13+
"labs-label":{
14+
"description": "Neo4j Labs project label",
15+
"labelCategory": "product",
16+
"product": "Labs",
17+
"displayText": "Labs"
18+
},
1319
"graph-academy":{
1420
"description": "Neo4j Graph Academy",
1521
"labelCategory": "content",

0 commit comments

Comments
 (0)