Found this content helpful? Log in or sign up to leave a like!

Mouse Focus - Tabs

Jump to solution
RobertGibson
Community Participant

Greetings.

I'm curious about mouse focus when adding content tabs. I was hoping to remove the underline on the active state tab, but Canvas strips out the .css

<style>
.enhanceable_content.tabs ul li.ui-tabs-active a {
text-decoration: none !important;
}
</style>

Has anyone found a way to make the active tab non-underlined to improve focus? See attached.

 

Labels (2)
0 Likes
1 Solution
dbrace
Community Coach
Community Coach

Hi @RobertGibson,

There is bunch of other aspects included but take a look at @DrNufer's guide/video at https://www.howtocanvas.com/create-amazing-pages-in-canvas/tabs.

The guide talks about using "text-decoration" in your code.

-Doug

View solution in original post