Skip to content

Focused tabs get underlined #496

@jrauh01

Description

@jrauh01

Describe the bug

Focused tabs get underlined, like shown in the screenshots.

To Reproduce

Click on a tab. As long as you don't click anywhere else, it will be underlined.

Expected behavior

No underlined tabs.

Screenshots

Image Image

Problem

This code in modules.less causes this behavior:

a:focus {
    text-decoration: underline;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions