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
Problem
This code in modules.less causes this behavior:
a:focus {
text-decoration: underline;
}
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
Problem
This code in
modules.lesscauses this behavior: