fix(ux): update the buttons of the example tabs to be displayed as links (#7517)

Fixes small visual regression introduced in #7464.

Refs #7464
This commit is contained in:
Dominik Henneke
2021-09-21 14:09:46 +02:00
committed by GitHub
parent aa9f2e6733
commit ff5deb3613

View File

@@ -500,6 +500,17 @@
{ {
font-weight: bold; font-weight: bold;
} }
button.tablinks
{
background: none;
border: 0;
padding: 0;
color: inherit;
font-family: inherit;
font-weight: inherit;
}
} }
} }