Skip to content

Commit 8f9b7f6

Browse files
authored
fix(charts): use correct color for focus outline (#8530)
Fixes #7302
1 parent 69aab1c commit 8f9b7f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/charts/src/internal/ChartContainer.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@
2424
cursor: pointer;
2525
}
2626
}
27+
28+
.container svg[tabindex]:focus {
29+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
30+
outline-offset: -1px;
31+
}

0 commit comments

Comments
 (0)