diff --git a/core/themes/claro/css/components/tabs.css b/core/themes/claro/css/components/tabs.css index f43a52f075..a4d001a88e 100644 --- a/core/themes/claro/css/components/tabs.css +++ b/core/themes/claro/css/components/tabs.css @@ -204,6 +204,11 @@ .tabs-wrapper { display: flex; } + + .tabs-wrapper--secondary { + position: relative; + } + .is-horizontal .tabs { flex-direction: row; width: auto; @@ -249,6 +254,7 @@ background: none; font-size: var(--font-size-base); } + .is-horizontal .tabs__tab.is-active { order: 0; background: none; diff --git a/core/themes/claro/css/components/tabs.pcss.css b/core/themes/claro/css/components/tabs.pcss.css index 6f5f5da2df..1ae5ac1c06 100644 --- a/core/themes/claro/css/components/tabs.pcss.css +++ b/core/themes/claro/css/components/tabs.pcss.css @@ -174,6 +174,11 @@ .tabs-wrapper { display: flex; } + + .tabs-wrapper--secondary { + position: relative; + } + .is-horizontal .tabs { flex-direction: row; width: auto; @@ -219,6 +224,7 @@ background: none; font-size: var(--font-size-base); } + .is-horizontal .tabs__tab.is-active { order: 0; background: none; diff --git a/core/themes/claro/templates/menu-local-tasks.html.twig b/core/themes/claro/templates/menu-local-tasks.html.twig index 354a27ca36..aca4611976 100644 --- a/core/themes/claro/templates/menu-local-tasks.html.twig +++ b/core/themes/claro/templates/menu-local-tasks.html.twig @@ -21,7 +21,7 @@ {% endif %} {% if secondary %}

{{ 'Secondary tabs'|t }}

-