Skip to content

Commit b50203c

Browse files
jakovljevic-mladenAndrewKushnir
authored andcommitted
fix(docs-infra): labels with links should have the same font weight (#50258)
Fix anchor tag styling inside label.api-status-label to match font weight of label styling that does not have anchor tag. PR Close #50258
1 parent aad267a commit b50203c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aio/src/styles/2-modules/label/_label-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
color: inherit;
2323
line-height: inherit;
2424
font-size: inherit;
25+
font-weight: inherit;
2526
}
2627
}
2728

@@ -48,4 +49,4 @@
4849
color: constants.$white;
4950
}
5051
}
51-
}
52+
}

0 commit comments

Comments
 (0)