You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to get around with this?
Can we change the rounded pill to use ::after instead of ::before so it would not conflict with Fontawesome CSS?
Describe the bug
I use
Fontawesome
as custom icons on the tab bar.With the
ios
theme, everything works as expected:However, with the
md
theme, the icons disappear:I notice that because on
md
theme, we have this CSS:The above
CSS
is the rounded pills that highlight the active tab. Thecontent: '';
would override my custom icon class forFontawesome
:Is there anyway to get around with this?
Can we change the
rounded
pill to use::after
instead of::before
so it would not conflict withFontawesome
CSS?Thanks,
Additional contents
app.svelte
The text was updated successfully, but these errors were encountered: