Skip to content

Commit ff5deb3

Browse files
authored
fix(ux): update the buttons of the example tabs to be displayed as links (#7517)
Fixes small visual regression introduced in #7464. Refs #7464
1 parent aa9f2e6 commit ff5deb3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/style/_layout.scss

+11
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,17 @@
500500
{
501501
font-weight: bold;
502502
}
503+
504+
button.tablinks
505+
{
506+
background: none;
507+
border: 0;
508+
padding: 0;
509+
510+
color: inherit;
511+
font-family: inherit;
512+
font-weight: inherit;
513+
}
503514
}
504515
}
505516

0 commit comments

Comments
 (0)