diff --git a/admin-dev/themes/new-theme/scss/pages/_product_page.scss b/admin-dev/themes/new-theme/scss/pages/_product_page.scss index 184d661d50176..67d5839bd0a91 100644 --- a/admin-dev/themes/new-theme/scss/pages/_product_page.scss +++ b/admin-dev/themes/new-theme/scss/pages/_product_page.scss @@ -901,7 +901,6 @@ .tabs { overflow: hidden; width: auto; - background: white; .material-icons { display: inline-block; } @@ -915,22 +914,22 @@ background: $brand-primary; color: white; display: none; + position: absolute; + left: 15px; + top: 0; &.visible { visibility: visible; } } .right-arrow { - margin-top: 3.125rem; + right: 15px; + left: auto; } } .nav-tabs { height: 3.125rem; width: 125rem; position: relative; - .nav-link.active:not(.description-tab) { - border-top: transparent; - border-bottom: 3px solid $brand-primary; - } } .right-column { width: 30%; diff --git a/src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig b/src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig index 1b90f7d24e2b6..c28a8a925fe72 100644 --- a/src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig +++ b/src/PrestaShopBundle/Resources/views/Admin/Product/form.html.twig @@ -110,9 +110,6 @@ {# FORM TABS CONTAINER #}
-
- chevron_left -
+
+ chevron_left +
chevron_right