File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/Elastic.Markdown/Assets/markdown Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ This is where the content for tab #2 goes.
3636
3737::::
3838
39- ---
4039
4140## Tab Groups
4241
Original file line number Diff line number Diff line change 33 @apply flex flex-wrap relative overflow-hidden mt-4;
44
55 .tabs-label {
6- @apply cursor-pointer px-6 py-2 z-20 text-ink-light flex items-center;
6+ @apply cursor-pointer px-6 py-2 z-20 text-ink-light flex items-center border-1 border-gray-200 -mb-[1px ];
7+ & : not (: nth-of-type (1 )) {
8+ margin-left : -1px ;
9+ }
710
811 & : hover {
912 @apply border-b-1 border-b-black text-black bg-gray-100;
1518 }
1619
1720 .tabs-content {
18- @apply w-full order-99 border-t-1 border-gray-300 px-6 z-0 hidden;
19- transform : translateY (-1px );
21+ @apply w-full order-99 border-1 border-gray-200 px-6 z-0 hidden pb-6 pt-2;
2022 }
2123
2224 .tabs-input : checked + .tabs-label + .tabs-content {
You can’t perform that action at this time.
0 commit comments