Skip to content

Commit 1a0d75b

Browse files
Fix missing bold highlighting in Firefox #3276 (#3280)
1 parent 47b8a3d commit 1a0d75b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Core/Components/Tabs/FluentTab.razor.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ fluent-tab {
3535
::deep .fluent-tab-close:hover {
3636
fill: var(--neutral-fill-strong-hover) !important;
3737
}
38+
39+
::deep fluent-tab[aria-selected="true"] {
40+
font-variation-settings: normal;
41+
}

0 commit comments

Comments
 (0)