Conflict w/font awesome

Hi – I used your RadzenGrid control in my blazor app. Works perfectly except your default-base.css seems to conflict with font-awesome.css. I noticed it overrides .fa class causing other parts of my app to break i.e. icons not rendering properly.

But if I change reference order as in:

… it then causes your datagrid header to lose its sort icons.
image

Is there a solution to make default-base.css work in harmony with font-awesome.css?

We will investigate how to address that.

Try the latest Radzen.Blazor release - we made a few changes in the themes and should no longer override the .fa class.

1 Like