Replies: 1 comment
-
I found an alternative solution by using those css classes to ovewrite the css style. ::deep fluent-tab[aria-selected="true"] {
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have a razor page and i want to change the activeIndicator style from fluent ui :
by default the ui show the selected tab with a blue underline but i want to add a background to make it look more like a tab.
I found the original css style code on the fluent ui git hub but when i try to override it it doesn't work.
https://github.com/microsoft/fluentui/blob/3df6e4cf274b9811b7a279d9f611d8a6c20fdab8/packages/web-components/src/tabs/tabs.styles.ts#L45
Original code
Override code
Beta Was this translation helpful? Give feedback.
All reactions