Skip to content
Snippets Groups Projects
Commit 7c8f1a82 authored by Akul Saxena's avatar Akul Saxena
Browse files

Issue-drupal-3489795: Reverted the change to see the pipeline.

parent 7d69ac47
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,12 @@
display: flex;
}
@media (--tabs-layout-switch) {
display: flex;
margin-block-end: 0;
margin-inline-start: calc(-1 * var(--tabs-border-width));
}
/* Show tabs when JavaScript disabled. */
@nest html:not(.js) & {
display: flex;
......@@ -59,12 +65,6 @@
display: flex;
}
}
@media (--tabs-layout-switch) {
display: flex;
margin-block-end: 0;
margin-inline-start: calc(-1 * var(--tabs-border-width));
}
}
.tabs__link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment