-
hi, could you take a look at this? the so what are your clear needs? why add a class for the root element? |
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
May 22, 2024
Replies: 1 comment 2 replies
-
yes, you're absolutely right. I thought that custom class should apply to parent element, but I didn't notice that it applies it to next element. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@anna777x if you wanna modify the root element style. you can use CSS variable
you can find it on the following link
https://github.com/dotnetcore/BootstrapBlazor/blob/main/src/BootstrapBlazor/Components/Select/MultiSelect.razor.scss
the variable value will be transf…