Skip to content

Commit

Permalink
fix(ux): update the buttons of the example tabs to be displayed as li…
Browse files Browse the repository at this point in the history
…nks (#7517)

Fixes small visual regression introduced in #7464.

Refs #7464
  • Loading branch information
dhenneke committed Sep 21, 2021
1 parent aa9f2e6 commit ff5deb3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/style/_layout.scss
Expand Up @@ -500,6 +500,17 @@
{
font-weight: bold;
}

button.tablinks
{
background: none;
border: 0;
padding: 0;

color: inherit;
font-family: inherit;
font-weight: inherit;
}
}
}

Expand Down

0 comments on commit ff5deb3

Please sign in to comment.