Skip to content

Commit d387c94

Browse files
committed
Revert tabsets changes
Keep previous border radius and ensure highlighted one is on top.
1 parent f06d21b commit d387c94

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

assets/css/tabset.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
.tabset-tab {
1313
padding: .6rem var(--tabsetPadding);
14-
min-height: 46px; /* matches admonition title, which has icon that adds height */
1514
font-family: var(--sansFontFamily);
1615
background-color: var(--tabBackground);
1716
color: var(--tab);
@@ -20,8 +19,8 @@
2019
border-top-width: 4px;
2120
border-top-color: var(--tabBorderTop);
2221
border-radius: 0;
23-
border-top-left-radius: var(--borderRadius);
24-
border-top-right-radius: var(--borderRadius);
22+
border-top-left-radius: 4px;
23+
border-top-right-radius: 4px;
2524
box-shadow: 0 -3px 4px var(--tabShadow) inset;
2625
cursor: pointer;
2726
}
@@ -30,6 +29,7 @@
3029
border-bottom-color: var(--tabBackground);
3130
border-top-color: var(--mainLight);
3231
box-shadow: none;
32+
z-index: 1;
3333
}
3434

3535
/* Keyboard navigation focus state (increased contrast) */

formatters/html/dist/html-elixir-3RRZ2OYK.css renamed to formatters/html/dist/html-elixir-ZH4HKNEB.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

formatters/html/dist/html-erlang-E42QIEPM.css renamed to formatters/html/dist/html-erlang-NNZGSE7R.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)