Skip to content

Commit 0637b52

Browse files
T404685 refine font style for snak on main statement modal
Bug: T404685 Change-Id: Idc1151e1672cbe3aacf2dc9a3b59f3fabc8e0041
1 parent 670464a commit 0637b52

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

repo/resources/wikibase.wbui2025/wikibase.wbui2025.editableSnakValue.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,10 @@ div.wikibase-wbui2025-edit-statement-snak-value {
238238
align-items: center;
239239
240240
p {
241+
font-family: 'Inter', sans-serif;
242+
font-weight: 500;
243+
font-size: 1.125rem;
244+
line-height: 1.25;
241245
color: @color-placeholder;
242246
padding: 0;
243247
margin: 0;
@@ -264,5 +268,4 @@ div.wikibase-wbui2025-edit-statement-snak-value {
264268
width: 100%;
265269
}
266270
}
267-
268271
</style>

repo/resources/wikibase.wbui2025/wikibase.wbui2025.snakValue.less

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@
3939
margin: 0;
4040
padding: @spacing-0 @spacing-0 @spacing-0 @spacing-30;
4141

42-
.wikibase-snakview-variation-novaluesnak {
43-
color: @color-placeholder;
44-
}
45-
42+
.wikibase-snakview-variation-novaluesnak,
4643
.wikibase-snakview-variation-somevaluesnak {
4744
color: @color-placeholder;
45+
font-family: 'Inter', sans-serif;
46+
font-weight: 500;
47+
font-size: 1rem;
48+
line-height: 1.25;
4849
}
4950
}

0 commit comments

Comments
 (0)