Styling tabs component in AppLayout

Hi!

I’m using the AppLayout with tabs and add them to the navbar of my AppLayout. I want to center my tabs, but the problem is, that there is this underline coming from the tabs component. If it’s possible I also want to hide the blue line under the selected tab.

Is there any way to hide these two things using css and, if so, how?

17959214.png

Okay I found the solution by myself. I added following piece of code:

myTabs.setThemeName("minimal");