Skip to content

Commit

Permalink
fix pivot focus indicator for accessibility (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft authored Dec 8, 2023
1 parent 8cbf3eb commit 84c7de6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export const causalInsightsStyles: () => IProcessedStyleSet<ICausalInsightsStyle
"[role='tablist'].ms-Pivot": {
display: "flex",
flexWrap: "wrap",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const featureImportanceTabStyles: () => IProcessedStyleSet<IFeatureImport
"[role='tablist'].ms-Pivot": {
display: "flex",
flexWrap: "wrap",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const modelOverviewStyles: () => IProcessedStyleSet<IModelOverviewStyles>
"[role='tablist'].ms-Pivot": {
display: "flex",
flexWrap: "wrap",
overflow: "hidden",
textOverflow: "ellipsis",
whiteSpace: "nowrap"
}
Expand Down

0 comments on commit 84c7de6

Please sign in to comment.