Skip to content

Commit d9b8b14

Browse files
authored
Remove underline from tabs (github#41164)
1 parent 3b8fa0e commit d9b8b14

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/ui/MarkdownContent/MarkdownContent.module.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
@import "./stylesheets/table.scss";
55

66
.markdownBody {
7-
:not(h1, h2, h3, h4, h5, h6) > a {
8-
text-decoration: underline;
9-
text-underline-offset: 25%;
7+
:not(h1, h2, h3, h4, h5, h6, [role="tablist"]) {
8+
> a {
9+
text-decoration: underline;
10+
text-underline-offset: 25%;
11+
}
1012
}
1113

1214
summary {

0 commit comments

Comments
 (0)