From ff5deb3613cfca1123a1a834a5059de15c014583 Mon Sep 17 00:00:00 2001 From: Dominik Henneke Date: Tue, 21 Sep 2021 14:09:46 +0200 Subject: [PATCH] fix(ux): update the buttons of the example tabs to be displayed as links (#7517) Fixes small visual regression introduced in #7464. Refs #7464 --- src/style/_layout.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 9fc624e3526..ff8230c0aa6 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -500,6 +500,17 @@ { font-weight: bold; } + + button.tablinks + { + background: none; + border: 0; + padding: 0; + + color: inherit; + font-family: inherit; + font-weight: inherit; + } } }