Skip to content
Snippets Groups Projects
Commit 614550dc authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2018913 by ekl1773, jessebeach: Vertical tab styling for tabs should...

Issue #2018913 by ekl1773, jessebeach: Vertical tab styling for tabs should not be applied when JavaScript is disabled and no tabs are present.
parent 73fbcf80
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -8,7 +8,8 @@
.vertical-tab-button.selected {
border-left: 1px solid #fcfcfa;
}
.vertical-tabs-panes {
html.js .vertical-tabs-panes {
margin: 0 240px 0 0;
border-left: none;
border-right: 1px solid #a6a5a1;
}
......@@ -61,10 +61,12 @@
color: #007ecc;
}
.vertical-tabs-panes {
background-color: #fcfcfa;
}
html.js .vertical-tabs-panes {
margin: 0 0 0 240px; /* LTR */
padding: 10px 15px 10px 15px;
border-left: 1px solid #a6a5a1; /* LTR */
background-color: #fcfcfa;
}
.vertical-tabs-panes:after {
content: "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment